Skip to main content
PUT
/
api
/
Configuration
/
UpdateJobStage
cURL
curl --request PUT \
  --url https://api.example.com/api/Configuration/UpdateJobStage \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "enabled": true,
  "name": "<string>",
  "stageOrder": 123
}
'

Body

application/json
id
integer<int32>
enabled
boolean
name
string | null
stageOrder
integer<int32>

Response

200

OK