Skip to content

Commit 44a6486

Browse files
1 parent 623add9 commit 44a6486

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

openapi/v2.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25695,18 +25695,24 @@
2569525695
"x-sunset": "2025-05-30",
2569625696
"x-xgen-version": "2024-05-30"
2569725697
},
25698-
"application/vnd.atlas.2043-01-01+json": {
25698+
"application/vnd.atlas.2024-08-05+json": {
2569925699
"schema": {
2570025700
"$ref": "#/components/schemas/OpenApiInfo"
2570125701
},
25702-
"x-xgen-version": "2043-01-01"
25702+
"x-xgen-version": "2024-08-05"
25703+
},
25704+
"application/vnd.atlas.preview+json": {
25705+
"schema": {
25706+
"$ref": "#/components/schemas/OpenApiInfo"
25707+
},
25708+
"x-xgen-preview": {
25709+
"name": "info-resource"
25710+
},
25711+
"x-xgen-version": "preview"
2570325712
}
2570425713
},
2570525714
"description": "OK"
2570625715
},
25707-
"401": {
25708-
"$ref": "#/components/responses/unauthorized"
25709-
},
2571025716
"500": {
2571125717
"$ref": "#/components/responses/internalServerError"
2571225718
}

openapi/v2.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50979,13 +50979,17 @@ paths:
5097950979
$ref: '#/components/schemas/OpenApiInfo'
5098050980
x-sunset: "2025-05-30"
5098150981
x-xgen-version: "2024-05-30"
50982-
application/vnd.atlas.2043-01-01+json:
50982+
application/vnd.atlas.2024-08-05+json:
5098350983
schema:
5098450984
$ref: '#/components/schemas/OpenApiInfo'
50985-
x-xgen-version: "2043-01-01"
50985+
x-xgen-version: "2024-08-05"
50986+
application/vnd.atlas.preview+json:
50987+
schema:
50988+
$ref: '#/components/schemas/OpenApiInfo'
50989+
x-xgen-preview:
50990+
name: info-resource
50991+
x-xgen-version: preview
5098650992
description: OK
50987-
"401":
50988-
$ref: '#/components/responses/unauthorized'
5098950993
"500":
5099050994
$ref: '#/components/responses/internalServerError'
5099150995
summary: Return general information about the MongoDB Atlas Administration API OpenAPI Specification.

0 commit comments

Comments
 (0)