Update Item

Update an Item from the Catalog given the Item's Id or Custom ID. You can overwrite the Item's currently associated Attributes by passing an array of Attribute UUIDs you wish to associate with the Item.

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

This can be either the Threekit UUID or the user-defined custom ID.

Query Params
uuid
required

Public or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.

Body Params
string
length between 1 and 255

A unique user-defined name for the entity.

string | null

A user-defined label.

string | null

A unique, user-defined identifier. Can only contain alphanumeric characters, hyphens, underscores and colons.

string | null

A user-defined description.

attributes
array of uuids | null
Defaults to []

An array of Attribute UUIDs associated with the Item.

attributes
Responses

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