v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Objects

Create or update a single custom attribute

Upsert a single custom attribute identified by name. The name is taken from the URL path (URL-encoded). It must be 1-127 characters, must not contain a slash or any control character; spaces, dots, dashes, colons and unicode are allowed.

put/v1/objects/{object-id}/custom-attributes/{name}

Path parameters

object-idinteger required
namestring required

Custom attribute name (URL-encoded).

Request body

valuestring nullable

Attribute value. Null or absent is treated as an empty string.

inheritableboolean

Whether the attribute is inherited by child objects. Defaults to false.

Response

Attribute created or updated.

namestring
valuestring
inheritableboolean