Update a custom object record by handle and id
Updates an object record using the object handle and record id.
PATCH
/api/objects/by-handle/{objectHandle}/records/{id}Updates an object record using the object handle and record id.
Path Parameters
objectHandle*string
Object handle used to identify the object definition.
Example
"projects"id*string
Resource identifier.
Example
"objrec_123"Request Body
application/json
Request payload for Update a custom object record by handle and id.
data*object
Dynamic JSON object keyed by field handle.
Example
{
"name": "Acme",
"stage": "lead"
}[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json