We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ba1cb commit e79ac1aCopy full SHA for e79ac1a
1 file changed
services/mongodb-flex/v2/mongodb-flex.json
@@ -269,14 +269,6 @@
269
},
270
"type": "object"
271
272
- "GetInstanceResponse": {
273
- "properties": {
274
- "item": {
275
- "$ref": "#/components/schemas/Instance"
276
- }
277
- },
278
- "type": "object"
279
280
"GetUserResponse": {
281
"properties": {
282
"item": {
@@ -381,6 +373,14 @@
381
373
382
374
383
375
376
+ "InstanceResponse": {
377
+ "properties": {
378
+ "item": {
379
+ "$ref": "#/components/schemas/Instance"
380
+ }
+ },
+ "type": "object"
384
"ListBackupsResponse": {
385
386
"count": {
@@ -1501,7 +1501,7 @@
1501
"content": {
1502
"application/json": {
1503
"schema": {
1504
- "$ref": "#/components/schemas/GetInstanceResponse"
+ "$ref": "#/components/schemas/InstanceResponse"
1505
}
1506
1507
0 commit comments