Update a record
Records
Update a record
Use this endpoint to update records by ID.
PATCH
Update a record
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID or slug to identify the object.
A UUID or slug to identify the record.
Body
application/json
An object with an attribute slug as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes, max 50) as the values.
Response
Success