Skip to content

Commit 1d52566

Browse files
1 parent 3f93a05 commit 1d52566

14 files changed

+56
-56
lines changed

openapi/v2.json

Lines changed: 9 additions & 9 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": "d2f29161256f7679971ea5918e35171144d6e9b1"
235+
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
236236
},
237237
"paths": {
238238
"/api/atlas/v2": {
@@ -28107,7 +28107,7 @@
2810728107
"description": "Return all non-compliant resources for an org.",
2810828108
"externalDocs": {
2810928109
"description": "Atlas Resource Policies",
28110-
"url": "https://docs.atlas.mongodb.com"
28110+
"url": "https://dochub.mongodb.org/core/atlas-resource-policies"
2811128111
},
2811228112
"operationId": "getResourcesNonCompliant",
2811328113
"parameters": [
@@ -28166,7 +28166,7 @@
2816628166
"description": "Return all Atlas Resource Policies for the org.",
2816728167
"externalDocs": {
2816828168
"description": "Atlas Resource Policies",
28169-
"url": "https://docs.atlas.mongodb.com"
28169+
"url": "https://dochub.mongodb.org/core/atlas-resource-policies"
2817028170
},
2817128171
"operationId": "getAtlasResourcePolicies",
2817228172
"parameters": [
@@ -28223,7 +28223,7 @@
2822328223
"description": "Create one Atlas Resource Policy for an org.",
2822428224
"externalDocs": {
2822528225
"description": "Atlas Resource Policies",
28226-
"url": "https://docs.atlas.mongodb.com"
28226+
"url": "https://dochub.mongodb.org/core/atlas-resource-policies"
2822728227
},
2822828228
"operationId": "createAtlasResourcePolicy",
2822928229
"parameters": [
@@ -28299,7 +28299,7 @@
2829928299
"description": "Delete one Atlas Resource Policy for an org.",
2830028300
"externalDocs": {
2830128301
"description": "Atlas Resource Policies",
28302-
"url": "https://docs.atlas.mongodb.com"
28302+
"url": "https://dochub.mongodb.org/core/atlas-resource-policies"
2830328303
},
2830428304
"operationId": "deleteAtlasResourcePolicy",
2830528305
"parameters": [
@@ -28368,7 +28368,7 @@
2836828368
"description": "Return one Atlas Resource Policy for an org.",
2836928369
"externalDocs": {
2837028370
"description": "Atlas Resource Policies",
28371-
"url": "https://docs.atlas.mongodb.com"
28371+
"url": "https://dochub.mongodb.org/core/atlas-resource-policies"
2837228372
},
2837328373
"operationId": "getAtlasResourcePolicy",
2837428374
"parameters": [
@@ -28437,7 +28437,7 @@
2843728437
"description": "Update one Atlas Resource Policy for an org.",
2843828438
"externalDocs": {
2843928439
"description": "Atlas Resource Policies",
28440-
"url": "https://docs.atlas.mongodb.com"
28440+
"url": "https://dochub.mongodb.org/core/atlas-resource-policies"
2844128441
},
2844228442
"operationId": "updateAtlasResourcePolicy",
2844328443
"parameters": [
@@ -28528,7 +28528,7 @@
2852828528
"description": "Validate one Atlas Resource Policy for an org.",
2852928529
"externalDocs": {
2853028530
"description": "Atlas Resource Policies",
28531-
"url": "https://docs.atlas.mongodb.com"
28531+
"url": "https://dochub.mongodb.org/core/atlas-resource-policies"
2853228532
},
2853328533
"operationId": "validateAtlasResourcePolicy",
2853428534
"parameters": [
@@ -62700,7 +62700,7 @@
6270062700
"description": "Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.",
6270162701
"properties": {
6270262702
"id": {
62703-
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.",
62703+
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.",
6270462704
"example": "32b6e34b3d91647abb20e7b8",
6270562705
"maxLength": 24,
6270662706
"minLength": 24,

openapi/v2.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26230,7 +26230,7 @@ components:
2623026230
description: Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.
2623126231
properties:
2623226232
id:
26233-
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.
26233+
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.
2623426234
example: 32b6e34b3d91647abb20e7b8
2623526235
maxLength: 24
2623626236
minLength: 24
@@ -32884,7 +32884,7 @@ info:
3288432884
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532885
title: MongoDB Atlas Administration API
3288632886
version: "2.0"
32887-
x-xgen-sha: d2f29161256f7679971ea5918e35171144d6e9b1
32887+
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
3288832888
openapi: 3.0.1
3288932889
paths:
3289032890
/api/atlas/v2:
@@ -50262,7 +50262,7 @@ paths:
5026250262
description: Return all non-compliant resources for an org.
5026350263
externalDocs:
5026450264
description: Atlas Resource Policies
50265-
url: https://docs.atlas.mongodb.com
50265+
url: https://dochub.mongodb.org/core/atlas-resource-policies
5026650266
operationId: getResourcesNonCompliant
5026750267
parameters:
5026850268
- $ref: '#/components/parameters/envelope'
@@ -50297,7 +50297,7 @@ paths:
5029750297
description: Return all Atlas Resource Policies for the org.
5029850298
externalDocs:
5029950299
description: Atlas Resource Policies
50300-
url: https://docs.atlas.mongodb.com
50300+
url: https://dochub.mongodb.org/core/atlas-resource-policies
5030150301
operationId: getAtlasResourcePolicies
5030250302
parameters:
5030350303
- $ref: '#/components/parameters/envelope'
@@ -50331,7 +50331,7 @@ paths:
5033150331
description: Create one Atlas Resource Policy for an org.
5033250332
externalDocs:
5033350333
description: Atlas Resource Policies
50334-
url: https://docs.atlas.mongodb.com
50334+
url: https://dochub.mongodb.org/core/atlas-resource-policies
5033550335
operationId: createAtlasResourcePolicy
5033650336
parameters:
5033750337
- $ref: '#/components/parameters/envelope'
@@ -50377,7 +50377,7 @@ paths:
5037750377
description: Delete one Atlas Resource Policy for an org.
5037850378
externalDocs:
5037950379
description: Atlas Resource Policies
50380-
url: https://docs.atlas.mongodb.com
50380+
url: https://dochub.mongodb.org/core/atlas-resource-policies
5038150381
operationId: deleteAtlasResourcePolicy
5038250382
parameters:
5038350383
- $ref: '#/components/parameters/envelope'
@@ -50421,7 +50421,7 @@ paths:
5042150421
description: Return one Atlas Resource Policy for an org.
5042250422
externalDocs:
5042350423
description: Atlas Resource Policies
50424-
url: https://docs.atlas.mongodb.com
50424+
url: https://dochub.mongodb.org/core/atlas-resource-policies
5042550425
operationId: getAtlasResourcePolicy
5042650426
parameters:
5042750427
- $ref: '#/components/parameters/envelope'
@@ -50465,7 +50465,7 @@ paths:
5046550465
description: Update one Atlas Resource Policy for an org.
5046650466
externalDocs:
5046750467
description: Atlas Resource Policies
50468-
url: https://docs.atlas.mongodb.com
50468+
url: https://dochub.mongodb.org/core/atlas-resource-policies
5046950469
operationId: updateAtlasResourcePolicy
5047050470
parameters:
5047150471
- $ref: '#/components/parameters/envelope'
@@ -50523,7 +50523,7 @@ paths:
5052350523
description: Validate one Atlas Resource Policy for an org.
5052450524
externalDocs:
5052550525
description: Atlas Resource Policies
50526-
url: https://docs.atlas.mongodb.com
50526+
url: https://dochub.mongodb.org/core/atlas-resource-policies
5052750527
operationId: validateAtlasResourcePolicy
5052850528
parameters:
5052950529
- $ref: '#/components/parameters/envelope'

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

Lines changed: 2 additions & 2 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": "d2f29161256f7679971ea5918e35171144d6e9b1"
203+
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
204204
},
205205
"paths": {
206206
"/api/atlas/v2": {
@@ -55019,7 +55019,7 @@
5501955019
"description": "Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.",
5502055020
"properties": {
5502155021
"id": {
55022-
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.",
55022+
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.",
5502355023
"example": "32b6e34b3d91647abb20e7b8",
5502455024
"maxLength": 24,
5502555025
"minLength": 24,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26230,7 +26230,7 @@ components:
2623026230
description: Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.
2623126231
properties:
2623226232
id:
26233-
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.
26233+
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.
2623426234
example: 32b6e34b3d91647abb20e7b8
2623526235
maxLength: 24
2623626236
minLength: 24
@@ -32884,7 +32884,7 @@ info:
3288432884
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532885
title: MongoDB Atlas Administration API
3288632886
version: "2.0"
32887-
x-xgen-sha: d2f29161256f7679971ea5918e35171144d6e9b1
32887+
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
3288832888
openapi: 3.0.1
3288932889
paths:
3289032890
/api/atlas/v2:

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

Lines changed: 2 additions & 2 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": "d2f29161256f7679971ea5918e35171144d6e9b1"
207+
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -56074,7 +56074,7 @@
5607456074
"description": "Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.",
5607556075
"properties": {
5607656076
"id": {
56077-
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.",
56077+
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.",
5607856078
"example": "32b6e34b3d91647abb20e7b8",
5607956079
"maxLength": 24,
5608056080
"minLength": 24,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26230,7 +26230,7 @@ components:
2623026230
description: Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.
2623126231
properties:
2623226232
id:
26233-
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.
26233+
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.
2623426234
example: 32b6e34b3d91647abb20e7b8
2623526235
maxLength: 24
2623626236
minLength: 24
@@ -32884,7 +32884,7 @@ info:
3288432884
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532885
title: MongoDB Atlas Administration API
3288632886
version: "2.0"
32887-
x-xgen-sha: d2f29161256f7679971ea5918e35171144d6e9b1
32887+
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
3288832888
openapi: 3.0.1
3288932889
paths:
3289032890
/api/atlas/v2:

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

Lines changed: 2 additions & 2 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": "d2f29161256f7679971ea5918e35171144d6e9b1"
207+
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
208208
},
209209
"paths": {
210210
"/api/atlas/v2": {
@@ -56069,7 +56069,7 @@
5606956069
"description": "Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.",
5607056070
"properties": {
5607156071
"id": {
56072-
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.",
56072+
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.",
5607356073
"example": "32b6e34b3d91647abb20e7b8",
5607456074
"maxLength": 24,
5607556075
"minLength": 24,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26230,7 +26230,7 @@ components:
2623026230
description: Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.
2623126231
properties:
2623226232
id:
26233-
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.
26233+
description: Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.
2623426234
example: 32b6e34b3d91647abb20e7b8
2623526235
maxLength: 24
2623626236
minLength: 24
@@ -32884,7 +32884,7 @@ info:
3288432884
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3288532885
title: MongoDB Atlas Administration API
3288632886
version: "2.0"
32887-
x-xgen-sha: d2f29161256f7679971ea5918e35171144d6e9b1
32887+
x-xgen-sha: 555299096548fddba749a9a882898b89a3580643
3288832888
openapi: 3.0.1
3288932889
paths:
3289032890
/api/atlas/v2:

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

Lines changed: 2 additions & 2 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": "d2f29161256f7679971ea5918e35171144d6e9b1"
211+
"x-xgen-sha": "555299096548fddba749a9a882898b89a3580643"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -56973,7 +56973,7 @@
5697356973
"description": "Details that explain how MongoDB Cloud replicates data on the specified MongoDB database.",
5697456974
"properties": {
5697556975
"id": {
56976-
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request.",
56976+
"description": "Unique 24-hexadecimal digit string that identifies the replication object for a shard in a Cluster. If you include existing shard replication configurations in the request, you must specify this parameter. If you add a new shard to an existing Cluster, you may specify this parameter. The request deletes any existing shards in the Cluster that you exclude from the request. This corresponds to Shard ID displayed in the UI.",
5697756977
"example": "32b6e34b3d91647abb20e7b8",
5697856978
"maxLength": 24,
5697956979
"minLength": 24,

0 commit comments

Comments
 (0)