Skip to main content
POST
/
api
/
Configuration
/
AddKanbanGroup
cURL
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
}
'
123

Body

application/json
id
integer<int32>
customerId
integer<int32>
enabled
boolean
groupOrder
integer<int32>
name
string | null
includeInCandidatePipeline
boolean

Response

OK

The response is of type integer<int32>.