Skip to content

Commit 95c16cf

Browse files
1 parent 11df582 commit 95c16cf

16 files changed

+144
-16
lines changed

openapi/v2.json

Lines changed: 10 additions & 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": "717355e4e2b2ff77eca907c9e2c7e28401a2a901"
243+
"x-xgen-sha": "08773c7fcc012f959b5c7403f0f37ae45cab24b4"
244244
},
245245
"paths": {
246246
"/api/atlas/v2": {
@@ -58799,6 +58799,15 @@
5879958799
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
5880058800
"type": "boolean"
5880158801
},
58802+
"genAIFeaturesEnabled": {
58803+
"default": true,
58804+
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
58805+
"externalDocs": {
58806+
"description": "Generative AI FAQs",
58807+
"url": "https://www.mongodb.com/docs/generative-ai-faq/"
58808+
},
58809+
"type": "boolean"
58810+
},
5880258811
"maxServiceAccountSecretValidityInHours": {
5880358812
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
5880458813
"format": "int32",

openapi/v2.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24197,6 +24197,13 @@ components:
2419724197
apiAccessListRequired:
2419824198
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
2419924199
type: boolean
24200+
genAIFeaturesEnabled:
24201+
default: true
24202+
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
24203+
externalDocs:
24204+
description: Generative AI FAQs
24205+
url: https://www.mongodb.com/docs/generative-ai-faq/
24206+
type: boolean
2420024207
maxServiceAccountSecretValidityInHours:
2420124208
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
2420224209
format: int32
@@ -33366,7 +33373,7 @@ info:
3336633373
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3336733374
title: MongoDB Atlas Administration API
3336833375
version: "2.0"
33369-
x-xgen-sha: 717355e4e2b2ff77eca907c9e2c7e28401a2a901
33376+
x-xgen-sha: 08773c7fcc012f959b5c7403f0f37ae45cab24b4
3337033377
openapi: 3.0.1
3337133378
paths:
3337233379
/api/atlas/v2:

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

Lines changed: 10 additions & 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": "717355e4e2b2ff77eca907c9e2c7e28401a2a901"
211+
"x-xgen-sha": "08773c7fcc012f959b5c7403f0f37ae45cab24b4"
212212
},
213213
"paths": {
214214
"/api/atlas/v2": {
@@ -50795,6 +50795,15 @@
5079550795
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
5079650796
"type": "boolean"
5079750797
},
50798+
"genAIFeaturesEnabled": {
50799+
"default": true,
50800+
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
50801+
"externalDocs": {
50802+
"description": "Generative AI FAQs",
50803+
"url": "https://www.mongodb.com/docs/generative-ai-faq/"
50804+
},
50805+
"type": "boolean"
50806+
},
5079850807
"maxServiceAccountSecretValidityInHours": {
5079950808
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
5080050809
"format": "int32",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24197,6 +24197,13 @@ components:
2419724197
apiAccessListRequired:
2419824198
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
2419924199
type: boolean
24200+
genAIFeaturesEnabled:
24201+
default: true
24202+
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
24203+
externalDocs:
24204+
description: Generative AI FAQs
24205+
url: https://www.mongodb.com/docs/generative-ai-faq/
24206+
type: boolean
2420024207
maxServiceAccountSecretValidityInHours:
2420124208
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
2420224209
format: int32
@@ -33366,7 +33373,7 @@ info:
3336633373
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3336733374
title: MongoDB Atlas Administration API
3336833375
version: "2.0"
33369-
x-xgen-sha: 717355e4e2b2ff77eca907c9e2c7e28401a2a901
33376+
x-xgen-sha: 08773c7fcc012f959b5c7403f0f37ae45cab24b4
3337033377
openapi: 3.0.1
3337133378
paths:
3337233379
/api/atlas/v2:

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

Lines changed: 10 additions & 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": "717355e4e2b2ff77eca907c9e2c7e28401a2a901"
215+
"x-xgen-sha": "08773c7fcc012f959b5c7403f0f37ae45cab24b4"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -51988,6 +51988,15 @@
5198851988
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
5198951989
"type": "boolean"
5199051990
},
51991+
"genAIFeaturesEnabled": {
51992+
"default": true,
51993+
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
51994+
"externalDocs": {
51995+
"description": "Generative AI FAQs",
51996+
"url": "https://www.mongodb.com/docs/generative-ai-faq/"
51997+
},
51998+
"type": "boolean"
51999+
},
5199152000
"maxServiceAccountSecretValidityInHours": {
5199252001
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
5199352002
"format": "int32",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24197,6 +24197,13 @@ components:
2419724197
apiAccessListRequired:
2419824198
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
2419924199
type: boolean
24200+
genAIFeaturesEnabled:
24201+
default: true
24202+
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
24203+
externalDocs:
24204+
description: Generative AI FAQs
24205+
url: https://www.mongodb.com/docs/generative-ai-faq/
24206+
type: boolean
2420024207
maxServiceAccountSecretValidityInHours:
2420124208
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
2420224209
format: int32
@@ -33366,7 +33373,7 @@ info:
3336633373
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3336733374
title: MongoDB Atlas Administration API
3336833375
version: "2.0"
33369-
x-xgen-sha: 717355e4e2b2ff77eca907c9e2c7e28401a2a901
33376+
x-xgen-sha: 08773c7fcc012f959b5c7403f0f37ae45cab24b4
3337033377
openapi: 3.0.1
3337133378
paths:
3337233379
/api/atlas/v2:

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

Lines changed: 10 additions & 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": "717355e4e2b2ff77eca907c9e2c7e28401a2a901"
215+
"x-xgen-sha": "08773c7fcc012f959b5c7403f0f37ae45cab24b4"
216216
},
217217
"paths": {
218218
"/api/atlas/v2": {
@@ -51983,6 +51983,15 @@
5198351983
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
5198451984
"type": "boolean"
5198551985
},
51986+
"genAIFeaturesEnabled": {
51987+
"default": true,
51988+
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
51989+
"externalDocs": {
51990+
"description": "Generative AI FAQs",
51991+
"url": "https://www.mongodb.com/docs/generative-ai-faq/"
51992+
},
51993+
"type": "boolean"
51994+
},
5198651995
"maxServiceAccountSecretValidityInHours": {
5198751996
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
5198851997
"format": "int32",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24197,6 +24197,13 @@ components:
2419724197
apiAccessListRequired:
2419824198
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
2419924199
type: boolean
24200+
genAIFeaturesEnabled:
24201+
default: true
24202+
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
24203+
externalDocs:
24204+
description: Generative AI FAQs
24205+
url: https://www.mongodb.com/docs/generative-ai-faq/
24206+
type: boolean
2420024207
maxServiceAccountSecretValidityInHours:
2420124208
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
2420224209
format: int32
@@ -33366,7 +33373,7 @@ info:
3336633373
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3336733374
title: MongoDB Atlas Administration API
3336833375
version: "2.0"
33369-
x-xgen-sha: 717355e4e2b2ff77eca907c9e2c7e28401a2a901
33376+
x-xgen-sha: 08773c7fcc012f959b5c7403f0f37ae45cab24b4
3337033377
openapi: 3.0.1
3337133378
paths:
3337233379
/api/atlas/v2:

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
217217
"title": "MongoDB Atlas Administration API",
218218
"version": "2.0",
219-
"x-xgen-sha": "717355e4e2b2ff77eca907c9e2c7e28401a2a901"
219+
"x-xgen-sha": "08773c7fcc012f959b5c7403f0f37ae45cab24b4"
220220
},
221221
"paths": {
222222
"/api/atlas/v2": {
@@ -52828,6 +52828,15 @@
5282852828
"description": "Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.",
5282952829
"type": "boolean"
5283052830
},
52831+
"genAIFeaturesEnabled": {
52832+
"default": true,
52833+
"description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.",
52834+
"externalDocs": {
52835+
"description": "Generative AI FAQs",
52836+
"url": "https://www.mongodb.com/docs/generative-ai-faq/"
52837+
},
52838+
"type": "boolean"
52839+
},
5283152840
"maxServiceAccountSecretValidityInHours": {
5283252841
"description": "Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.",
5283352842
"format": "int32",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24197,6 +24197,13 @@ components:
2419724197
apiAccessListRequired:
2419824198
description: Flag that indicates whether to require API operations to originate from an IP Address added to the API access list for the specified organization.
2419924199
type: boolean
24200+
genAIFeaturesEnabled:
24201+
default: true
24202+
description: Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and is enabled by default. Once this setting is turned on, Project Owners may be able to enable or disable individual AI features at the project level.
24203+
externalDocs:
24204+
description: Generative AI FAQs
24205+
url: https://www.mongodb.com/docs/generative-ai-faq/
24206+
type: boolean
2420024207
maxServiceAccountSecretValidityInHours:
2420124208
description: Number that represents the maximum period before expiry in hours for new Atlas Admin API Service Account secrets within the specified organization.
2420224209
format: int32
@@ -33366,7 +33373,7 @@ info:
3336633373
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3336733374
title: MongoDB Atlas Administration API
3336833375
version: "2.0"
33369-
x-xgen-sha: 717355e4e2b2ff77eca907c9e2c7e28401a2a901
33376+
x-xgen-sha: 08773c7fcc012f959b5c7403f0f37ae45cab24b4
3337033377
openapi: 3.0.1
3337133378
paths:
3337233379
/api/atlas/v2:

0 commit comments

Comments
 (0)