Update attribute values from a user
Update attribute values from a user
| Path Parameters | 
|---|
| attributeIdstring —  REQUIREDID of the attribute to retrieve for the user | 
| Request Body — REQUIRED | 
|---|
| textValuestring —  REQUIREDRequired for TEXT attribute | 
| numericValuenumber —  REQUIREDRequired for NUMERIC attribute | 
| booleanValueboolean —  REQUIREDRequired for BOOLEAN attribute | 
| dateValuestring —  REQUIREDRequired for DATE attribute | 
| urlValuestring —  REQUIREDRequired for URL attribute | 
| ratingValuestring —  REQUIREDRequired for RATING attribute | 
| Responses | ||
|---|---|---|
| 200Return an updated attribute value from a user 
 |