curl --request PUT \
--url http://localhost:3000/api/custom-attributes/{id} \
--header 'Content-Type: application/json' \
--data '
{
"description": "Updated description"
}
'curl --request PUT \
--url http://localhost:3000/api/custom-attributes/{id} \
--header 'Content-Type: application/json' \
--data '
{
"description": "Updated description"
}
'