Skip to content

Commit 3f05515

Browse files
OAS Update
1 parent 2b5fbae commit 3f05515

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

services/sqlserverflex/v3alpha1/sqlserverflex.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4234,6 +4234,16 @@
42344234
},
42354235
"description": "Not found: The requested resource was not found."
42364236
},
4237+
"409": {
4238+
"content": {
4239+
"application/json": {
4240+
"schema": {
4241+
"$ref": "#/components/schemas/Error"
4242+
}
4243+
}
4244+
},
4245+
"description": "Conflict with the given resource"
4246+
},
42374247
"422": {
42384248
"content": {
42394249
"application/json": {

services/sqlserverflex/v3beta1/sqlserverflex.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4234,6 +4234,16 @@
42344234
},
42354235
"description": "Not found: The requested resource was not found."
42364236
},
4237+
"409": {
4238+
"content": {
4239+
"application/json": {
4240+
"schema": {
4241+
"$ref": "#/components/schemas/Error"
4242+
}
4243+
}
4244+
},
4245+
"description": "Conflict with the given resource"
4246+
},
42374247
"422": {
42384248
"content": {
42394249
"application/json": {

0 commit comments

Comments
 (0)