Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Type of record to update
Example:
"customers"
UUID of the record to update
Example:
"550e8400-e29b-41d4-a716-446655440000"
Active status of the record
Example:
true
Description of the record
Example:
"Updated description"
Custom metadata for the record
Example:
{
"category": "premium",
"region": "europe",
"tags": ["vip", "priority"]
}Response
Fields updated successfully