Record Management
Update record fields
Update common fields for any record type with proper authorization checks
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.corebanq.com/llms.txt
Use this file to discover all available pages before exploring further.
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