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"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.gomobile.ma/llms.txt
Use this file to discover all available pages before exploring further.