Skip to content

Commit e79ac1a

Browse files
OAS Update
1 parent a7ba1cb commit e79ac1a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

services/mongodb-flex/v2/mongodb-flex.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,6 @@
269269
},
270270
"type": "object"
271271
},
272-
"GetInstanceResponse": {
273-
"properties": {
274-
"item": {
275-
"$ref": "#/components/schemas/Instance"
276-
}
277-
},
278-
"type": "object"
279-
},
280272
"GetUserResponse": {
281273
"properties": {
282274
"item": {
@@ -381,6 +373,14 @@
381373
},
382374
"type": "object"
383375
},
376+
"InstanceResponse": {
377+
"properties": {
378+
"item": {
379+
"$ref": "#/components/schemas/Instance"
380+
}
381+
},
382+
"type": "object"
383+
},
384384
"ListBackupsResponse": {
385385
"properties": {
386386
"count": {
@@ -1501,7 +1501,7 @@
15011501
"content": {
15021502
"application/json": {
15031503
"schema": {
1504-
"$ref": "#/components/schemas/GetInstanceResponse"
1504+
"$ref": "#/components/schemas/InstanceResponse"
15051505
}
15061506
}
15071507
},

0 commit comments

Comments
 (0)