General

Update an Object

Updates an existing object.<br> Specify fields you want to update in the data property. Only one record can be updated per request (unless batched).

post/update/{TypeCode}

Request body

operationTypestring

Must be 'update' or null or omitted.

textMatchStylestring
noEventstring

Set to true when this operation should NOT trigger an update event (where applicable).

Response

OK - contains the updated object.

Changes