Skip to main content

Update attribute values from a user

Update attribute values from a user

Path Parameters
attributeId string REQUIRED
id string REQUIRED
Request Body REQUIRED
textValue string

Required for TEXT attribute

numericValue number

Required for NUMERIC attribute

booleanValue boolean

Required for BOOLEAN attribute

dateValue string

Required for DATE attribute

urlValue string

Required for URL attribute

ratingValue string

Required for RATING attribute

Responses
200

Return an updated attribute value from a user

Schema OPTIONAL
attributeValue object
createdAt date-time
updatedAt date-time
textValue string
urlValue string
numericValue number
ratingValue number
booleanValue boolean
dateValue string
attributeId string
code number
messageStatus string