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