Update common fields for any record type with proper authorization checks
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Type of record to update
"customers"
UUID of the record to update
"550e8400-e29b-41d4-a716-446655440000"
Active status of the record
true
Description of the record
"Updated description"
Custom metadata for the record
{
"category": "premium",
"region": "europe",
"tags": ["vip", "priority"]
}Fields updated successfully