Skip to content

Commit

Permalink
Revert "proper async marking for LabelingJobs_Resume"
Browse files Browse the repository at this point in the history
This reverts commit b111203.
  • Loading branch information
forteddyt committed Feb 5, 2021
1 parent 5e86dd0 commit a0e0cf0
Showing 1 changed file with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2452,31 +2452,13 @@
}
},
"202": {
"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
}
}
"description": "Success"
}
},
"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 a0e0cf0

Please sign in to comment.