Custom Objects

Update a custom object instance

PUT https://{tenant}.atomicwork.com/api/v1/custom-objects/by-id/{id}

Authorization

X-Api-Keyheaderstringrequired

API key authentication.

Headers

X-Workspace-Idheaderstring

Path Parameters

idpathintegerrequired

Workspace ID (numeric). Find yours under Settings → Workspace.

Body

form_fieldsbodyobject

Partial 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

200

Successful response