Skip to content

Commit c8d625c

Browse files
1 parent 11c3920 commit c8d625c

14 files changed

+14
-56
lines changed

openapi/v2.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
233233
"title": "MongoDB Atlas Administration API",
234234
"version": "2.0",
235-
"x-xgen-sha": "2ce55dfd424f25abe49eb3cdaf28e103db71babb"
235+
"x-xgen-sha": "e81a74ce5285209f9c92cefdd4b758083573cf64"
236236
},
237237
"paths": {
238238
"/api/atlas/v2": {
@@ -50671,21 +50671,18 @@
5067150671
"maxLength": 24,
5067250672
"minLength": 24,
5067350673
"pattern": "^([a-f0-9]{24})$",
50674-
"readOnly": true,
5067550674
"type": "string"
5067650675
},
5067750676
"destinationOrgPrivateApiKey": {
5067850677
"description": "Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
5067950678
"example": "55c3bbb6-b4bb-0be1-e66d20841f3e",
50680-
"readOnly": true,
5068150679
"type": "string"
5068250680
},
5068350681
"destinationOrgPublicApiKey": {
5068450682
"description": "Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
5068550683
"example": "zmmrboas",
5068650684
"maxLength": 8,
5068750685
"minLength": 8,
50688-
"readOnly": true,
5068950686
"type": "string"
5069050687
}
5069150688
},

openapi/v2.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16651,19 +16651,16 @@ components:
1665116651
maxLength: 24
1665216652
minLength: 24
1665316653
pattern: ^([a-f0-9]{24})$
16654-
readOnly: true
1665516654
type: string
1665616655
destinationOrgPrivateApiKey:
1665716656
description: Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1665816657
example: 55c3bbb6-b4bb-0be1-e66d20841f3e
16659-
readOnly: true
1666016658
type: string
1666116659
destinationOrgPublicApiKey:
1666216660
description: Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1666316661
example: zmmrboas
1666416662
maxLength: 8
1666516663
minLength: 8
16666-
readOnly: true
1666716664
type: string
1666816665
type: object
1666916666
GroupNotification:
@@ -32559,7 +32556,7 @@ info:
3255932556
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3256032557
title: MongoDB Atlas Administration API
3256132558
version: "2.0"
32562-
x-xgen-sha: 2ce55dfd424f25abe49eb3cdaf28e103db71babb
32559+
x-xgen-sha: e81a74ce5285209f9c92cefdd4b758083573cf64
3256332560
openapi: 3.0.1
3256432561
paths:
3256532562
/api/atlas/v2:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
201201
"title": "MongoDB Atlas Administration API",
202202
"version": "2.0",
203-
"x-xgen-sha": "2ce55dfd424f25abe49eb3cdaf28e103db71babb"
203+
"x-xgen-sha": "e81a74ce5285209f9c92cefdd4b758083573cf64"
204204
},
205205
"paths": {
206206
"/api/atlas/v2": {
@@ -43462,21 +43462,18 @@
4346243462
"maxLength": 24,
4346343463
"minLength": 24,
4346443464
"pattern": "^([a-f0-9]{24})$",
43465-
"readOnly": true,
4346643465
"type": "string"
4346743466
},
4346843467
"destinationOrgPrivateApiKey": {
4346943468
"description": "Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4347043469
"example": "55c3bbb6-b4bb-0be1-e66d20841f3e",
43471-
"readOnly": true,
4347243470
"type": "string"
4347343471
},
4347443472
"destinationOrgPublicApiKey": {
4347543473
"description": "Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4347643474
"example": "zmmrboas",
4347743475
"maxLength": 8,
4347843476
"minLength": 8,
43479-
"readOnly": true,
4348043477
"type": "string"
4348143478
}
4348243479
},

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16651,19 +16651,16 @@ components:
1665116651
maxLength: 24
1665216652
minLength: 24
1665316653
pattern: ^([a-f0-9]{24})$
16654-
readOnly: true
1665516654
type: string
1665616655
destinationOrgPrivateApiKey:
1665716656
description: Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1665816657
example: 55c3bbb6-b4bb-0be1-e66d20841f3e
16659-
readOnly: true
1666016658
type: string
1666116659
destinationOrgPublicApiKey:
1666216660
description: Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1666316661
example: zmmrboas
1666416662
maxLength: 8
1666516663
minLength: 8
16666-
readOnly: true
1666716664
type: string
1666816665
type: object
1666916666
GroupNotification:
@@ -32559,7 +32556,7 @@ info:
3255932556
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3256032557
title: MongoDB Atlas Administration API
3256132558
version: "2.0"
32562-
x-xgen-sha: 2ce55dfd424f25abe49eb3cdaf28e103db71babb
32559+
x-xgen-sha: e81a74ce5285209f9c92cefdd4b758083573cf64
3256332560
openapi: 3.0.1
3256432561
paths:
3256532562
/api/atlas/v2:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205
"title": "MongoDB Atlas Administration API",
206206
"version": "2.0",
207-
"x-xgen-sha": "2ce55dfd424f25abe49eb3cdaf28e103db71babb"
207+
"x-xgen-sha": "e81a74ce5285209f9c92cefdd4b758083573cf64"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -44287,21 +44287,18 @@
4428744287
"maxLength": 24,
4428844288
"minLength": 24,
4428944289
"pattern": "^([a-f0-9]{24})$",
44290-
"readOnly": true,
4429144290
"type": "string"
4429244291
},
4429344292
"destinationOrgPrivateApiKey": {
4429444293
"description": "Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4429544294
"example": "55c3bbb6-b4bb-0be1-e66d20841f3e",
44296-
"readOnly": true,
4429744295
"type": "string"
4429844296
},
4429944297
"destinationOrgPublicApiKey": {
4430044298
"description": "Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4430144299
"example": "zmmrboas",
4430244300
"maxLength": 8,
4430344301
"minLength": 8,
44304-
"readOnly": true,
4430544302
"type": "string"
4430644303
}
4430744304
},

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16651,19 +16651,16 @@ components:
1665116651
maxLength: 24
1665216652
minLength: 24
1665316653
pattern: ^([a-f0-9]{24})$
16654-
readOnly: true
1665516654
type: string
1665616655
destinationOrgPrivateApiKey:
1665716656
description: Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1665816657
example: 55c3bbb6-b4bb-0be1-e66d20841f3e
16659-
readOnly: true
1666016658
type: string
1666116659
destinationOrgPublicApiKey:
1666216660
description: Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1666316661
example: zmmrboas
1666416662
maxLength: 8
1666516663
minLength: 8
16666-
readOnly: true
1666716664
type: string
1666816665
type: object
1666916666
GroupNotification:
@@ -32559,7 +32556,7 @@ info:
3255932556
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3256032557
title: MongoDB Atlas Administration API
3256132558
version: "2.0"
32562-
x-xgen-sha: 2ce55dfd424f25abe49eb3cdaf28e103db71babb
32559+
x-xgen-sha: e81a74ce5285209f9c92cefdd4b758083573cf64
3256332560
openapi: 3.0.1
3256432561
paths:
3256532562
/api/atlas/v2:

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
205205
"title": "MongoDB Atlas Administration API",
206206
"version": "2.0",
207-
"x-xgen-sha": "2ce55dfd424f25abe49eb3cdaf28e103db71babb"
207+
"x-xgen-sha": "e81a74ce5285209f9c92cefdd4b758083573cf64"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -44282,21 +44282,18 @@
4428244282
"maxLength": 24,
4428344283
"minLength": 24,
4428444284
"pattern": "^([a-f0-9]{24})$",
44285-
"readOnly": true,
4428644285
"type": "string"
4428744286
},
4428844287
"destinationOrgPrivateApiKey": {
4428944288
"description": "Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4429044289
"example": "55c3bbb6-b4bb-0be1-e66d20841f3e",
44291-
"readOnly": true,
4429244290
"type": "string"
4429344291
},
4429444292
"destinationOrgPublicApiKey": {
4429544293
"description": "Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4429644294
"example": "zmmrboas",
4429744295
"maxLength": 8,
4429844296
"minLength": 8,
44299-
"readOnly": true,
4430044297
"type": "string"
4430144298
}
4430244299
},

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16651,19 +16651,16 @@ components:
1665116651
maxLength: 24
1665216652
minLength: 24
1665316653
pattern: ^([a-f0-9]{24})$
16654-
readOnly: true
1665516654
type: string
1665616655
destinationOrgPrivateApiKey:
1665716656
description: Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1665816657
example: 55c3bbb6-b4bb-0be1-e66d20841f3e
16659-
readOnly: true
1666016658
type: string
1666116659
destinationOrgPublicApiKey:
1666216660
description: Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1666316661
example: zmmrboas
1666416662
maxLength: 8
1666516663
minLength: 8
16666-
readOnly: true
1666716664
type: string
1666816665
type: object
1666916666
GroupNotification:
@@ -32559,7 +32556,7 @@ info:
3255932556
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3256032557
title: MongoDB Atlas Administration API
3256132558
version: "2.0"
32562-
x-xgen-sha: 2ce55dfd424f25abe49eb3cdaf28e103db71babb
32559+
x-xgen-sha: e81a74ce5285209f9c92cefdd4b758083573cf64
3256332560
openapi: 3.0.1
3256432561
paths:
3256532562
/api/atlas/v2:

openapi/v2/openapi-2023-11-15.json

Lines changed: 1 addition & 4 deletions
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": "2ce55dfd424f25abe49eb3cdaf28e103db71babb"
211+
"x-xgen-sha": "e81a74ce5285209f9c92cefdd4b758083573cf64"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -45186,21 +45186,18 @@
4518645186
"maxLength": 24,
4518745187
"minLength": 24,
4518845188
"pattern": "^([a-f0-9]{24})$",
45189-
"readOnly": true,
4519045189
"type": "string"
4519145190
},
4519245191
"destinationOrgPrivateApiKey": {
4519345192
"description": "Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4519445193
"example": "55c3bbb6-b4bb-0be1-e66d20841f3e",
45195-
"readOnly": true,
4519645194
"type": "string"
4519745195
},
4519845196
"destinationOrgPublicApiKey": {
4519945197
"description": "Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.",
4520045198
"example": "zmmrboas",
4520145199
"maxLength": 8,
4520245200
"minLength": 8,
45203-
"readOnly": true,
4520445201
"type": "string"
4520545202
}
4520645203
},

openapi/v2/openapi-2023-11-15.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16651,19 +16651,16 @@ components:
1665116651
maxLength: 24
1665216652
minLength: 24
1665316653
pattern: ^([a-f0-9]{24})$
16654-
readOnly: true
1665516654
type: string
1665616655
destinationOrgPrivateApiKey:
1665716656
description: Unique string that identifies the private part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1665816657
example: 55c3bbb6-b4bb-0be1-e66d20841f3e
16659-
readOnly: true
1666016658
type: string
1666116659
destinationOrgPublicApiKey:
1666216660
description: Unique string that identifies the public part of the [API Key](https://dochub.mongodb.org/core/atlas-create-prog-api-key) used to verify access to the destination organization. This parameter is required only when you authenticate with Programmatic API Keys.
1666316661
example: zmmrboas
1666416662
maxLength: 8
1666516663
minLength: 8
16666-
readOnly: true
1666716664
type: string
1666816665
type: object
1666916666
GroupNotification:
@@ -32559,7 +32556,7 @@ info:
3255932556
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3256032557
title: MongoDB Atlas Administration API
3256132558
version: "2.0"
32562-
x-xgen-sha: 2ce55dfd424f25abe49eb3cdaf28e103db71babb
32559+
x-xgen-sha: e81a74ce5285209f9c92cefdd4b758083573cf64
3256332560
openapi: 3.0.1
3256432561
paths:
3256532562
/api/atlas/v2:

0 commit comments

Comments
 (0)