Skip to main content
PUT
/
api
/
Jobs
/
{jobId}
/
Stages
Update Job Stage.
curl --request PUT \
  --url https://api.example.com/api/Jobs/{jobId}/Stages \
  --header 'Content-Type: application/json' \
  --data '
{
  "stageId": 123,
  "comments": "<string>"
}
'

Path Parameters

jobId
integer<int32>
required

Body

application/json
stageId
integer<int32>
comments
string | null

Response

200

OK