Update a custom object instance
PUT https://{tenant}.atomicwork.com/api/v1/custom-objects/by-id/{id}
Authorization
X-Api-KeyrequiredHeaders
X-Workspace-IdPath Parameters
idrequiredWorkspace ID (numeric). Find yours under Settings → Workspace.
Body
form_fieldsPartial custom field values keyed by field reference_key. To rename the object, send form_fields.display_name. If absent, the existing display name is preserved. If present, it is trimmed, must be non-empty/ non-whitespace, and must be at most 255 characters.
Response
200application/json
Successful response