Records
Update a record (append multiselect values)
Use this endpoint to update people, companies, and other records by record_id
. If the update payload includes multiselect attributes, the values supplied will be created and prepended to the list of values that already exist (if any). Use the PUT
endpoint to overwrite or remove multiselect attribute values.
Required scopes: record_permission:read-write
, object_configuration:read
.
PATCH
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
A UUID or slug of the object the record belongs to.
Example:
"people"
A UUID of the record to update.
Example:
"891dcbfc-9141-415d-9b2a-2238a6cc012d"
Body
application/json
Was this page helpful?