Skip to content

Commit

Permalink
proper async marking for LabelingJobs_Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt committed Feb 4, 2021
1 parent 3e07c4a commit b111203
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2444,13 +2444,31 @@
}
},
"202": {
"description": "Success"
"description": "Success",
"headers": {
"Location": {
"description": "URI to poll for asynchronous operation result.",
"type": "string"
},
"Retry-After": {
"description": "Duration the client should wait between requests, in seconds.",
"type": "integer",
"format": "int32",
"default": 60,
"maximum": 600,
"minimum": 10
}
}
}
},
"x-ms-examples": {
"Resume Labeling Job.": {
"$ref": "./examples/LabelingJob/resume.json"
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
Expand Down

0 comments on commit b111203

Please sign in to comment.