Skip to content

Commit

Permalink
[Azure Cognitive Search] Add default response to Operations API
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Johnston committed Nov 4, 2020
1 parent 68b6eba commit bb76e76
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 bb76e76

Please sign in to comment.