curl --request PUT \
--url https://api.example.com/api/Jobs/{jobId}/Stages \
--header 'Content-Type: application/json' \
--data '
{
"stageId": 123,
"comments": "<string>"
}
'curl --request PUT \
--url https://api.example.com/api/Jobs/{jobId}/Stages \
--header 'Content-Type: application/json' \
--data '
{
"stageId": 123,
"comments": "<string>"
}
'Was this page helpful?