Custom attributes (POST)
This endpoint is used to update description of a custom attribute value.
URL
POST https://{api-url}/api/v2/tenants/{tenantId}/customAttributes/{attributeId}/values/{valueId}
Sample URLs
https://{api-url}/api/v2/tenants/client_69856/customAttributes/68/values/400
https://{api-url}/api/v2/tenants/msp_93/customAttributes/70/values/409
Sample request
{
"description": "update for description"-
}
Sample response
{
"id": 400,
"value": "value of the custom attribute value",
"description": "update for description"
}