Update Attribute on Asset

Update an attribute on an asset. If the attribute being updated is a global attribute, only the default value can be overridden.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the asset to be retrieved. This can either be the Threekit UUID or the user defined customId.

string
required

ID of the attribute. It can either be the UUID or the name of the attribute.

Query Params
string

Private token used to authorize the request. This endpoint is only accessible using a private token.

string

Name of the org branch to connect to. If no value is provided the default value is "main".

Body Params

Attribute update information.

string
required

Name of the attribute.

string
Defaults to String

Type of attribute. For string attributes the value should be String.

values
array of strings
required
values*
string

Default value for the attribute.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json