Objects
Update a CRM Object
Partially updates a custom CRM object’s metadata. Only the fields you provide are updated — omitted fields retain their current values.
Standard objects (people, companies) cannot be updated.
Required scope: crm:write
PATCH
Update a custom CRM object
Partially updates a custom CRM object’s display metadata. Only fields you include are changed — omitted fields retain their current values.Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
What can and cannot be changed
| Field | Updatable | Notes |
|---|---|---|
singularName | Yes | |
pluralName | Yes | |
slug | No | Immutable after creation |
isActive | No | Not exposed on this endpoint |
people, companies) cannot be updated — the endpoint returns 403.
To add or modify attributes, use POST /crm/objects/{slug}/attributes and PATCH /crm/objects/{slug}/attributes/{attributeKey}.Authorizations
Path Parameters
The slug of the custom object to update.
Example:
"products"
Body
application/json
Last modified on May 14, 2026