Skip to content

Commit 2d073cf

Browse files
(prod) Release OpenAPI Spec V1 🚀. See https://github.com/mongodb/openapi/actions/runs/15740353944.
1 parent 5fad231 commit 2d073cf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

openapi/v1-deprecated/v1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35870,6 +35870,10 @@
3587035870
"securityContact": {
3587135871
"type": "string",
3587235872
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any)."
35873+
},
35874+
"streamsCrossGroupEnabled": {
35875+
"type": "boolean",
35876+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization."
3587335877
}
3587435878
},
3587535879
"description": "Collection of settings that configures the organization."

openapi/v1-deprecated/v1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37576,6 +37576,10 @@
3757637576
"securityContact": {
3757737577
"type": "string",
3757837578
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any)."
37579+
},
37580+
"streamsCrossGroupEnabled": {
37581+
"type": "boolean",
37582+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization."
3757937583
}
3758037584
},
3758137585
"description": "Collection of settings that configures the organization."

0 commit comments

Comments
 (0)