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