Skip to content

Commit

Permalink
Remove 202 response code from GetUploadUri operation (#5874)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabherwalshruti authored Jan 13, 2022
1 parent 2a566d8 commit d4840b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
"$ref": "#/definitions/GetUploadUri"
}
},
"202": {
"description": "Accepted"
},
"default": {
"description": "",
"schema": {
Expand All @@ -96,7 +93,6 @@
"x-ms-error-response": true
}
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Chambers get upload Uri": {
"$ref": "./examples/ChambersGetUploadUri.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"body": {
"result": "test-uri"
}
},
"202": {}
}
}
}

0 comments on commit d4840b8

Please sign in to comment.