Use this endpoint to update people, companies, and other records by record_id
. If the update payload includes multiselect attributes, the values supplied will overwrite/remove the list of values that already exist (if any). Use the PATCH
endpoint to append multiselect values without removing those that already exist.
Required scopes: record_permission:read-write
, object_configuration:read
.
This API uses OAuth 2.0 with the authorization code grant flow.
A UUID or slug of the object the record belongs to.
"people"
A UUID of the record to update.
"891dcbfc-9141-415d-9b2a-2238a6cc012d"
Success