Endpoint
/api/v2/tenants/{tenantId}/customAttributes/{attributeId}/values/{valueId}
Path Parameters
tenantIdstring
attributeIdstring
valueIdstring
descriptionstring
{
"description": "update for description"
}
Responses
OK
descriptionstring
idinteger
valuestring
{
"description": "update for description",
"id": 400,
"value": "value of the custom attribute value"
}