customObjects

Partial update a custom object instance (single-field edits)

patch/api/v1/custom-objects/by-id/{id}

Path parameters

idinteger required

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

Headers

X-Api-Keystring required
X-Workspace-Idstring

Request body

form_fieldsApiV1CustomObjectsByIdIdPatchRequestBodyContentApplicationJsonSchemaFormFields

Partial custom field values keyed by field reference_key. form_fields.display_name may be sent alone for inline name edits.

Response

Successful response

CustomObjectsPatchapiV1CustomObjectsByIdIdResponse200 required

Empty response body

Changes

Changed in 1 of the 4 revisions of this API.1

    • api operation id patchapi-v-1-custom-objects-by-id-id removed and replaced with patchapi_v1_custom_objects_by_id__id

      api-operation-id-removed