Skip to content

Commit 396ab91

Browse files
ci(prod): Release OpenAPI Spec 🚀. See https://github.com/mongodb/openapi/actions/runs/18315350371.
1 parent a090163 commit 396ab91

File tree

2 files changed

+42
-12
lines changed

2 files changed

+42
-12
lines changed

openapi/v2/private/openapi-private-preview-sandbox-resource.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14179,7 +14179,10 @@
1417914179
"source": "curl --user \"${PUBLIC_KEY}:${PRIVATE_KEY}\" \\\n --digest --include \\\n --header \"Accept: application/vnd.atlas.preview+json\" \\\n -X GET \"https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/sandbox/{sandboxConfigId}:generateClusterDescription?pretty=true\""
1418014180
}
1418114181
],
14182-
"x-state": "PREVIEW",
14182+
"x-state": {
14183+
"label": "PREVIEW",
14184+
"color": "#B89D09"
14185+
},
1418314186
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/generateGroupSandboxClusterDescription",
1418414187
"x-xgen-operation-id-override": "generateSandboxClusterDescription"
1418514188
}
@@ -14258,7 +14261,10 @@
1425814261
"source": "curl --user \"${PUBLIC_KEY}:${PRIVATE_KEY}\" \\\n --digest --include \\\n --header \"Accept: application/vnd.atlas.preview+json\" \\\n -X GET \"https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig?pretty=true\""
1425914262
}
1426014263
],
14261-
"x-state": "PREVIEW",
14264+
"x-state": {
14265+
"label": "PREVIEW",
14266+
"color": "#B89D09"
14267+
},
1426214268
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/listOrgSandboxConfig"
1426314269
},
1426414270
"post": {
@@ -14336,7 +14342,10 @@
1433614342
"source": "curl --user \"${PUBLIC_KEY}:${PRIVATE_KEY}\" \\\n --digest --include \\\n --header \"Accept: application/vnd.atlas.preview+json\" \\\n --header \"Content-Type: application/json\" \\\n -X POST \"https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig\" \\\n -d '{ <Payload> }'"
1433714343
}
1433814344
],
14339-
"x-state": "PREVIEW",
14345+
"x-state": {
14346+
"label": "PREVIEW",
14347+
"color": "#B89D09"
14348+
},
1434014349
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/createOrgSandboxConfig"
1434114350
}
1434214351
},
@@ -14398,7 +14407,10 @@
1439814407
"source": "curl --user \"${PUBLIC_KEY}:${PRIVATE_KEY}\" \\\n --digest --include \\\n --header \"Accept: application/vnd.atlas.preview+json\" \\\n -X DELETE \"https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig/{sandboxConfigId}\""
1439914408
}
1440014409
],
14401-
"x-state": "PREVIEW",
14410+
"x-state": {
14411+
"label": "PREVIEW",
14412+
"color": "#B89D09"
14413+
},
1440214414
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/deleteOrgSandboxConfig"
1440314415
},
1440414416
"get": {
@@ -14471,7 +14483,10 @@
1447114483
"source": "curl --user \"${PUBLIC_KEY}:${PRIVATE_KEY}\" \\\n --digest --include \\\n --header \"Accept: application/vnd.atlas.preview+json\" \\\n -X GET \"https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig/{sandboxConfigId}?pretty=true\""
1447214484
}
1447314485
],
14474-
"x-state": "PREVIEW",
14486+
"x-state": {
14487+
"label": "PREVIEW",
14488+
"color": "#B89D09"
14489+
},
1447514490
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/getOrgSandboxConfig"
1447614491
},
1447714492
"patch": {
@@ -14549,7 +14564,10 @@
1454914564
"source": "curl --user \"${PUBLIC_KEY}:${PRIVATE_KEY}\" \\\n --digest --include \\\n --header \"Accept: application/vnd.atlas.preview+json\" \\\n --header \"Content-Type: application/json\" \\\n -X PATCH \"https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig/{sandboxConfigId}\" \\\n -d '{ <Payload> }'"
1455014565
}
1455114566
],
14552-
"x-state": "PREVIEW",
14567+
"x-state": {
14568+
"label": "PREVIEW",
14569+
"color": "#B89D09"
14570+
},
1455314571
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/updateOrgSandboxConfig"
1455414572
}
1455514573
}

openapi/v2/private/openapi-private-preview-sandbox-resource.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11391,7 +11391,9 @@ paths:
1139111391
--digest --include \
1139211392
--header "Accept: application/vnd.atlas.preview+json" \
1139311393
-X GET "https://cloud.mongodb.com/api/atlas/v2/groups/{groupId}/sandbox/{sandboxConfigId}:generateClusterDescription?pretty=true"
11394-
x-state: PREVIEW
11394+
x-state:
11395+
color: '#B89D09'
11396+
label: PREVIEW
1139511397
x-xgen-docs-url: https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/generateGroupSandboxClusterDescription
1139611398
x-xgen-operation-id-override: generateSandboxClusterDescription
1139711399
/api/atlas/v2/orgs/{orgId}/sandboxConfig:
@@ -11448,7 +11450,9 @@ paths:
1144811450
--digest --include \
1144911451
--header "Accept: application/vnd.atlas.preview+json" \
1145011452
-X GET "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig?pretty=true"
11451-
x-state: PREVIEW
11453+
x-state:
11454+
color: '#B89D09'
11455+
label: PREVIEW
1145211456
x-xgen-docs-url: https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/listOrgSandboxConfig
1145311457
post:
1145411458
description: |-
@@ -11511,7 +11515,9 @@ paths:
1151111515
--header "Content-Type: application/json" \
1151211516
-X POST "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig" \
1151311517
-d '{ <Payload> }'
11514-
x-state: PREVIEW
11518+
x-state:
11519+
color: '#B89D09'
11520+
label: PREVIEW
1151511521
x-xgen-docs-url: https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/createOrgSandboxConfig
1151611522
/api/atlas/v2/orgs/{orgId}/sandboxConfig/{sandboxConfigId}:
1151711523
delete:
@@ -11559,7 +11565,9 @@ paths:
1155911565
--digest --include \
1156011566
--header "Accept: application/vnd.atlas.preview+json" \
1156111567
-X DELETE "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig/{sandboxConfigId}"
11562-
x-state: PREVIEW
11568+
x-state:
11569+
color: '#B89D09'
11570+
label: PREVIEW
1156311571
x-xgen-docs-url: https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/deleteOrgSandboxConfig
1156411572
get:
1156511573
description: |-
@@ -11613,7 +11621,9 @@ paths:
1161311621
--digest --include \
1161411622
--header "Accept: application/vnd.atlas.preview+json" \
1161511623
-X GET "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig/{sandboxConfigId}?pretty=true"
11616-
x-state: PREVIEW
11624+
x-state:
11625+
color: '#B89D09'
11626+
label: PREVIEW
1161711627
x-xgen-docs-url: https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/getOrgSandboxConfig
1161811628
patch:
1161911629
description: |-
@@ -11675,7 +11685,9 @@ paths:
1167511685
--header "Content-Type: application/json" \
1167611686
-X PATCH "https://cloud.mongodb.com/api/atlas/v2/orgs/{orgId}/sandboxConfig/{sandboxConfigId}" \
1167711687
-d '{ <Payload> }'
11678-
x-state: PREVIEW
11688+
x-state:
11689+
color: '#B89D09'
11690+
label: PREVIEW
1167911691
x-xgen-docs-url: https://mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Sandbox/operation/updateOrgSandboxConfig
1168011692
security:
1168111693
- ServiceAccounts: []

0 commit comments

Comments
 (0)