Skip to content

Commit 50f78ae

Browse files
1 parent c051a11 commit 50f78ae

24 files changed

+63
-78
lines changed

openapi/.raw/v2.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
263263
"title": "MongoDB Atlas Administration API",
264264
"version": "2.0",
265-
"x-xgen-sha": "42e48b637c2a485ebd8c235364465ec6f8481033"
265+
"x-xgen-sha": "cbe35da8b09773a92e95d2898c14f1077592060e"
266266
},
267267
"paths": {
268268
"/api/atlas/v2": {
@@ -25240,13 +25240,7 @@
2524025240
"content": {
2524125241
"application/vnd.atlas.2024-08-05+json": {
2524225242
"schema": {
25243-
"items": {
25244-
"$ref": "#/components/schemas/GroupServiceAccountRoleAssignment"
25245-
},
25246-
"type": "array",
25247-
"x-xgen-IPA-exception": {
25248-
"xgen-IPA-124-array-max-items": "Schema predates IPA validation"
25249-
}
25243+
"$ref": "#/components/schemas/GroupServiceAccountRoleAssignment"
2525025244
},
2525125245
"x-xgen-version": "2024-08-05"
2525225246
}
@@ -28904,6 +28898,15 @@
2890428898
},
2890528899
"x-xgen-version": "2024-08-05"
2890628900
},
28901+
"application/vnd.atlas.2025-09-22.upcoming+json": {
28902+
"schema": {
28903+
"$ref": "#/components/schemas/OpenApiInfo"
28904+
},
28905+
"x-xgen-hidden-env": {
28906+
"envs": "qa,stage,prod"
28907+
},
28908+
"x-xgen-version": "2025-09-22.upcoming"
28909+
},
2890728910
"application/vnd.atlas.preview+json": {
2890828911
"schema": {
2890928912
"$ref": "#/components/schemas/OpenApiInfo"
@@ -28916,6 +28919,12 @@
2891628919
},
2891728920
"description": "OK"
2891828921
},
28922+
"401": {
28923+
"$ref": "#/components/responses/unauthorized"
28924+
},
28925+
"403": {
28926+
"$ref": "#/components/responses/forbidden"
28927+
},
2891928928
"500": {
2892028929
"$ref": "#/components/responses/internalServerError"
2892128930
}

openapi/.raw/v2.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36354,7 +36354,7 @@ info:
3635436354
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3635536355
title: MongoDB Atlas Administration API
3635636356
version: "2.0"
36357-
x-xgen-sha: 42e48b637c2a485ebd8c235364465ec6f8481033
36357+
x-xgen-sha: cbe35da8b09773a92e95d2898c14f1077592060e
3635836358
openapi: 3.0.1
3635936359
paths:
3636036360
/api/atlas/v2:
@@ -52585,11 +52585,7 @@ paths:
5258552585
content:
5258652586
application/vnd.atlas.2024-08-05+json:
5258752587
schema:
52588-
items:
52589-
$ref: '#/components/schemas/GroupServiceAccountRoleAssignment'
52590-
type: array
52591-
x-xgen-IPA-exception:
52592-
xgen-IPA-124-array-max-items: Schema predates IPA validation
52588+
$ref: '#/components/schemas/GroupServiceAccountRoleAssignment'
5259352589
x-xgen-version: "2024-08-05"
5259452590
description: The Project permissions for the Service Account in the specified Project.
5259552591
required: true
@@ -54942,13 +54938,23 @@ paths:
5494254938
schema:
5494354939
$ref: '#/components/schemas/OpenApiInfo'
5494454940
x-xgen-version: "2024-08-05"
54941+
application/vnd.atlas.2025-09-22.upcoming+json:
54942+
schema:
54943+
$ref: '#/components/schemas/OpenApiInfo'
54944+
x-xgen-hidden-env:
54945+
envs: qa,stage,prod
54946+
x-xgen-version: 2025-09-22.upcoming
5494554947
application/vnd.atlas.preview+json:
5494654948
schema:
5494754949
$ref: '#/components/schemas/OpenApiInfo'
5494854950
x-xgen-preview:
5494954951
public: "true"
5495054952
x-xgen-version: preview
5495154953
description: OK
54954+
"401":
54955+
$ref: '#/components/responses/unauthorized'
54956+
"403":
54957+
$ref: '#/components/responses/forbidden'
5495254958
"500":
5495354959
$ref: '#/components/responses/internalServerError'
5495454960
summary: Return general information about the MongoDB Atlas Administration API OpenAPI Specification.

openapi/v2.json

Lines changed: 2 additions & 5 deletions
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": "42e48b637c2a485ebd8c235364465ec6f8481033"
243+
"x-xgen-sha": "cbe35da8b09773a92e95d2898c14f1077592060e"
244244
},
245245
"paths": {
246246
"/api/atlas/v2": {
@@ -23715,10 +23715,7 @@
2371523715
"content": {
2371623716
"application/vnd.atlas.2024-08-05+json": {
2371723717
"schema": {
23718-
"items": {
23719-
"$ref": "#/components/schemas/GroupServiceAccountRoleAssignment"
23720-
},
23721-
"type": "array"
23718+
"$ref": "#/components/schemas/GroupServiceAccountRoleAssignment"
2372223719
},
2372323720
"x-xgen-version": "2024-08-05"
2372423721
}

openapi/v2.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34580,7 +34580,7 @@ info:
3458034580
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3458134581
title: MongoDB Atlas Administration API
3458234582
version: "2.0"
34583-
x-xgen-sha: 42e48b637c2a485ebd8c235364465ec6f8481033
34583+
x-xgen-sha: cbe35da8b09773a92e95d2898c14f1077592060e
3458434584
openapi: 3.0.1
3458534585
paths:
3458634586
/api/atlas/v2:
@@ -49674,9 +49674,7 @@ paths:
4967449674
content:
4967549675
application/vnd.atlas.2024-08-05+json:
4967649676
schema:
49677-
items:
49678-
$ref: '#/components/schemas/GroupServiceAccountRoleAssignment'
49679-
type: array
49677+
$ref: '#/components/schemas/GroupServiceAccountRoleAssignment'
4968049678
x-xgen-version: "2024-08-05"
4968149679
description: The Project permissions for the Service Account in the specified Project.
4968249680
required: true

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": "42e48b637c2a485ebd8c235364465ec6f8481033"
211+
"x-xgen-sha": "cbe35da8b09773a92e95d2898c14f1077592060e"
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
@@ -30521,7 +30521,7 @@ info:
3052130521
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3052230522
title: MongoDB Atlas Administration API
3052330523
version: "2.0"
30524-
x-xgen-sha: 42e48b637c2a485ebd8c235364465ec6f8481033
30524+
x-xgen-sha: cbe35da8b09773a92e95d2898c14f1077592060e
3052530525
openapi: 3.0.1
3052630526
paths:
3052730527
/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": "42e48b637c2a485ebd8c235364465ec6f8481033"
215+
"x-xgen-sha": "cbe35da8b09773a92e95d2898c14f1077592060e"
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
@@ -31101,7 +31101,7 @@ info:
3110131101
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3110231102
title: MongoDB Atlas Administration API
3110331103
version: "2.0"
31104-
x-xgen-sha: 42e48b637c2a485ebd8c235364465ec6f8481033
31104+
x-xgen-sha: cbe35da8b09773a92e95d2898c14f1077592060e
3110531105
openapi: 3.0.1
3110631106
paths:
3110731107
/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": "42e48b637c2a485ebd8c235364465ec6f8481033"
215+
"x-xgen-sha": "cbe35da8b09773a92e95d2898c14f1077592060e"
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
@@ -31179,7 +31179,7 @@ info:
3117931179
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3118031180
title: MongoDB Atlas Administration API
3118131181
version: "2.0"
31182-
x-xgen-sha: 42e48b637c2a485ebd8c235364465ec6f8481033
31182+
x-xgen-sha: cbe35da8b09773a92e95d2898c14f1077592060e
3118331183
openapi: 3.0.1
3118431184
paths:
3118531185
/api/atlas/v2:

0 commit comments

Comments
 (0)