Skip to content

Commit ed3d48b

Browse files
OAS Update
1 parent 3c87a32 commit ed3d48b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

services/mongodb-flex/v1/mongodb-flex.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"components": {
33
"schemas": {
4-
"handlers_infra.GetFlavorsResponse": {
4+
"dev.azure.com_schwarzit_schwarzit.stackit-mongodb_stackit-mongodb-api.git_handlers_infra.GetFlavorsResponse": {
55
"properties": {
66
"flavors": {
77
"items": {
@@ -346,6 +346,14 @@
346346
},
347347
"type": "object"
348348
},
349+
"GetInstanceResponse": {
350+
"properties": {
351+
"item": {
352+
"$ref": "#/components/schemas/Instance"
353+
}
354+
},
355+
"type": "object"
356+
},
349357
"ListFlavorsResponse": {
350358
"properties": {
351359
"flavors": {
@@ -357,14 +365,6 @@
357365
},
358366
"type": "object"
359367
},
360-
"GetInstanceResponse": {
361-
"properties": {
362-
"item": {
363-
"$ref": "#/components/schemas/Instance"
364-
}
365-
},
366-
"type": "object"
367-
},
368368
"ACL": {
369369
"properties": {
370370
"items": {

0 commit comments

Comments
 (0)