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

Path Parameters

id
string
required

Custom Attribute UUID

Body

application/json
description
string
Example:

"Updated description"

Response

Custom attribute updated successfully