Update Record Metadata

Update specific fields on a record.

OAuth Scope required: public.records.updateRecords

Path Params
string
required

The ID or Ironclad ID of the Record.

Query Params
boolean
Defaults to false

When true, returns addresses as objects instead of strings.

Body Params
string

The type of Record.

string

The name of the Record.

addProperties
object

A key:value map of properties to add. The two below are examples.

removeProperties
array of strings

List of record property ids to be removed (e.g., ['counterpartyAddress', 'agreementExpirationDate'])

removeProperties
addLinks
array of objects
removeLinks
array of objects
setParent
object

Object containing Record IDs or Ironclad IDs to be set as the parent of the current record.

addChildren
array of objects

List of objects containing the Record IDs or Ironclad IDs of the records to be set as child records of the current record.

addChildren
boolean

Boolean flag to indicate if the parent id should be removed for the current record.

removeChildren
array of objects

List of objects containing the Record IDs or Ironclad IDs of the child records to be removed from the current record.

removeChildren
addPropertiesToAmend
object

Configuration specifying which properties should be amended from this amendment record to its parent. Keys are property names, values define the amendment behavior. Only valid when parentLinkType is 'amendment'.

removePropertiesToAmend
array of strings

List of property IDs to stop deriving from this amendment record to the parent record. Removes existing derived property relationships, allowing the parent record to revert to its non-amended value for those fields.

removePropertiesToAmend
Headers
string

Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.

string

Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.

Responses

Language
Credentials
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json