Update attribute values from a user
Update attribute values from a user
| Path Parameters |
|---|
attributeId string — REQUIREDID of the attribute to retrieve for the user |
| Request Body — REQUIRED |
|---|
textValue string — REQUIREDRequired for TEXT attribute |
numericValue number — REQUIREDRequired for NUMERIC attribute |
booleanValue boolean — REQUIREDRequired for BOOLEAN attribute |
dateValue string — REQUIREDRequired for DATE attribute |
urlValue string — REQUIREDRequired for URL attribute |
ratingValue string — REQUIREDRequired for RATING attribute |
| Responses | ||
|---|---|---|
200Return an updated attribute value from a user
|