Update Asset Attribute (by name)
/assets/:id/attributes/:attributeName
Update Asset Attribute [PUT]
Update an existing asset attribute by the attributes name.
Authorization: Admin, Web, Mobile
value: max length 200 characters
unitOfMeasure: max length 20 characters
Request
Body {
"value": "14",
"unitOfMeasure": "feet"
}
Response 200
Body
{
"item": {
"value": 14,
"unitOfMeasure": "feet"
}
}