Skip to content

Commit 60c98ad

Browse files
1 parent 936804f commit 60c98ad

24 files changed

+56
-37
lines changed

openapi/.raw/v2.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
257257
"title": "MongoDB Atlas Administration API",
258258
"version": "2.0",
259-
"x-xgen-sha": "7c573a16652b0fdbee9ae809dab069e09664f9d9"
259+
"x-xgen-sha": "ea31b246dee192e28f29a05b89b2138479429cfa"
260260
},
261261
"paths": {
262262
"/api/atlas/v2": {
@@ -26264,7 +26264,7 @@
2626426264
"$ref": "#/components/schemas/OpenApiInfo"
2626526265
},
2626626266
"x-xgen-preview": {
26267-
"name": "info-resource"
26267+
"public": "true"
2626826268
},
2626926269
"x-xgen-version": "preview"
2627026270
}
@@ -31178,6 +31178,24 @@
3117831178
"$ref": "#/components/schemas/PaginatedApiVersions"
3117931179
},
3118031180
"x-xgen-version": "2024-08-05"
31181+
},
31182+
"application/vnd.atlas.preview+json": {
31183+
"schema": {
31184+
"$ref": "#/components/schemas/PaginatedApiVersions"
31185+
},
31186+
"x-xgen-preview": {
31187+
"name": "version-resource"
31188+
},
31189+
"x-xgen-version": "preview"
31190+
},
31191+
"application/vnd.atlas.preview+yaml": {
31192+
"schema": {
31193+
"$ref": "#/components/schemas/PaginatedApiVersions"
31194+
},
31195+
"x-xgen-preview": {
31196+
"name": "version-resource"
31197+
},
31198+
"x-xgen-version": "preview"
3118131199
}
3118231200
},
3118331201
"description": "OK"
@@ -31192,12 +31210,6 @@
3119231210
],
3119331211
"x-xgen-hidden-env": {
3119431212
"envs": "qa,prod,stage"
31195-
},
31196-
"x-xgen-soa-migration": {
31197-
"additionalServices": "mms",
31198-
"allowDocsDiff": "false",
31199-
"docsSource": "mms",
31200-
"targetService": "api-registry"
3120131213
}
3120231214
},
3120331215
"x-xgen-IPA-exception": {

openapi/.raw/v2.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34932,7 +34932,7 @@ info:
3493234932
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3493334933
title: MongoDB Atlas Administration API
3493434934
version: "2.0"
34935-
x-xgen-sha: 7c573a16652b0fdbee9ae809dab069e09664f9d9
34935+
x-xgen-sha: ea31b246dee192e28f29a05b89b2138479429cfa
3493634936
openapi: 3.0.1
3493734937
paths:
3493834938
/api/atlas/v2:
@@ -51719,7 +51719,7 @@ paths:
5171951719
schema:
5172051720
$ref: '#/components/schemas/OpenApiInfo'
5172151721
x-xgen-preview:
51722-
name: info-resource
51722+
public: "true"
5172351723
x-xgen-version: preview
5172451724
description: OK
5172551725
"500":
@@ -54883,6 +54883,18 @@ paths:
5488354883
schema:
5488454884
$ref: '#/components/schemas/PaginatedApiVersions'
5488554885
x-xgen-version: "2024-08-05"
54886+
application/vnd.atlas.preview+json:
54887+
schema:
54888+
$ref: '#/components/schemas/PaginatedApiVersions'
54889+
x-xgen-preview:
54890+
name: version-resource
54891+
x-xgen-version: preview
54892+
application/vnd.atlas.preview+yaml:
54893+
schema:
54894+
$ref: '#/components/schemas/PaginatedApiVersions'
54895+
x-xgen-preview:
54896+
name: version-resource
54897+
x-xgen-version: preview
5488654898
description: OK
5488754899
"500":
5488854900
$ref: '#/components/responses/internalServerError'
@@ -54891,11 +54903,6 @@ paths:
5489154903
- OpenAPI
5489254904
x-xgen-hidden-env:
5489354905
envs: qa,prod,stage
54894-
x-xgen-soa-migration:
54895-
additionalServices: mms
54896-
allowDocsDiff: "false"
54897-
docsSource: mms
54898-
targetService: api-registry
5489954906
x-xgen-IPA-exception:
5490054907
xgen-IPA-102-path-alternate-resource-name-path-param: API predates IPA validation
5490154908
/api/atlas/v2/users:

openapi/v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
241241
"title": "MongoDB Atlas Administration API",
242242
"version": "2.0",
243-
"x-xgen-sha": "7c573a16652b0fdbee9ae809dab069e09664f9d9"
243+
"x-xgen-sha": "ea31b246dee192e28f29a05b89b2138479429cfa"
244244
},
245245
"paths": {
246246
"/api/atlas/v2": {

openapi/v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34728,7 +34728,7 @@ info:
3472834728
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3472934729
title: MongoDB Atlas Administration API
3473034730
version: "2.0"
34731-
x-xgen-sha: 7c573a16652b0fdbee9ae809dab069e09664f9d9
34731+
x-xgen-sha: ea31b246dee192e28f29a05b89b2138479429cfa
3473234732
openapi: 3.0.1
3473334733
paths:
3473434734
/api/atlas/v2:

openapi/v2/openapi-2023-01-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
209209
"title": "MongoDB Atlas Administration API",
210210
"version": "2.0",
211-
"x-xgen-sha": "7c573a16652b0fdbee9ae809dab069e09664f9d9"
211+
"x-xgen-sha": "ea31b246dee192e28f29a05b89b2138479429cfa"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34728,7 +34728,7 @@ info:
3472834728
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3472934729
title: MongoDB Atlas Administration API
3473034730
version: "2.0"
34731-
x-xgen-sha: 7c573a16652b0fdbee9ae809dab069e09664f9d9
34731+
x-xgen-sha: ea31b246dee192e28f29a05b89b2138479429cfa
3473234732
openapi: 3.0.1
3473334733
paths:
3473434734
/api/atlas/v2:

openapi/v2/openapi-2023-02-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "7c573a16652b0fdbee9ae809dab069e09664f9d9"
215+
"x-xgen-sha": "ea31b246dee192e28f29a05b89b2138479429cfa"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {

openapi/v2/openapi-2023-02-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34728,7 +34728,7 @@ info:
3472834728
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3472934729
title: MongoDB Atlas Administration API
3473034730
version: "2.0"
34731-
x-xgen-sha: 7c573a16652b0fdbee9ae809dab069e09664f9d9
34731+
x-xgen-sha: ea31b246dee192e28f29a05b89b2138479429cfa
3473234732
openapi: 3.0.1
3473334733
paths:
3473434734
/api/atlas/v2:

openapi/v2/openapi-2023-10-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
213213
"title": "MongoDB Atlas Administration API",
214214
"version": "2.0",
215-
"x-xgen-sha": "7c573a16652b0fdbee9ae809dab069e09664f9d9"
215+
"x-xgen-sha": "ea31b246dee192e28f29a05b89b2138479429cfa"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {

openapi/v2/openapi-2023-10-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34728,7 +34728,7 @@ info:
3472834728
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3472934729
title: MongoDB Atlas Administration API
3473034730
version: "2.0"
34731-
x-xgen-sha: 7c573a16652b0fdbee9ae809dab069e09664f9d9
34731+
x-xgen-sha: ea31b246dee192e28f29a05b89b2138479429cfa
3473234732
openapi: 3.0.1
3473334733
paths:
3473434734
/api/atlas/v2:

0 commit comments

Comments
 (0)