Skip to main content

Partially update a record

PATCH 

/v1/objects/:entity/:entity_id

Partially update a record: send only the fields you want to change and the rest are left as they are.

Custom fields are addressed under custom_fields by slug. Setting a field to null clears it, which is different from omitting it.

An update fires the same automations and database triggers a change made in the app would, so a status change here can start a workflow.

Requires the matching {entity}:write scope.

Request

Responses

Updated record