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
Response
Attribute created or updated.