curl --request PUT \
--url https://api.example.com/api/Configuration/Clients/Statuses/{statusId} \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"enabled": true,
"name": "<string>",
"statusOrder": 123
}
'curl --request PUT \
--url https://api.example.com/api/Configuration/Clients/Statuses/{statusId} \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"enabled": true,
"name": "<string>",
"statusOrder": 123
}
'Was this page helpful?