Skip to content

Update Data Attribute Request

One of:
archivedboolean

Whether the attribute is to be archived or not.

Example:false
descriptionstring

The readable description you see in the UI for the attribute.

Example:"My Data Attribute Description"
messenger_writableboolean

Can this attribute be updated by the Messenger

Example:false
optionsArray of objectsrequired

Array of objects representing the options of the list, with value as the key and the option as the value. At least two options are required.

Example:
[ { "value": "1-10" }, { "value": "11-50" } ]
{ "options": [ {}, {} ] }