Update a specific attribute
Updates a specific attribute by attributeId
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Path Parameters
ID of the attribute to be updated
Body
The attribute name.
The attribute values corresponding to the name
.
Response
A 24-character system-generated attribute ID.
A unique identifier of the attribute, for external use.
The attribute name.
The attribute values.
A flag indicating the deletion status of the attribute. Set it to true
to indicate the attribute is deleted and false to indicate otherwise.
The time of attribute creation, in UTC format.
The time when the attribute was last updated, in UTC format.
Was this page helpful?