Skip to content

Commit

Permalink
[Azure Cognitive Search] Add default response to Operations API (#11515)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Johnston <brjohnst@microsoft.com>
  • Loading branch information
brjohnstmsft and Bruce Johnston authored Nov 5, 2020
1 parent c55857d commit 32735e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
"schema": {
"$ref": "#/definitions/OperationListResult"
}
},
"default": {
"description": "Operations API failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
"schema": {
"$ref": "#/definitions/OperationListResult"
}
},
"default": {
"description": "Operations API failed.",
"schema": {
"$ref": "#/definitions/CloudError"
}
}
},
"x-ms-pageable": {
Expand Down

0 comments on commit 32735e6

Please sign in to comment.