Skip to content

Commit 2db3575

Browse files
(prod) Release OpenAPI Spec V1 🚀. See https://github.com/mongodb/openapi/actions/runs/13165667376.
1 parent a1aea1b commit 2db3575

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

openapi/v1-deprecated/v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45818,8 +45818,8 @@
4581845818
"properties": {
4581945819
"cloudProvider": {
4582045820
"type": "string",
45821-
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).",
45822-
"enum": ["AWS", "AZURE"]
45821+
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster.",
45822+
"enum": ["AWS", "AZURE", "GCP"]
4582345823
}
4582445824
},
4582545825
"description": "Settings to configure the region where you wish to store your archived data.",

openapi/v1-deprecated/v1.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48485,10 +48485,11 @@
4848548485
"properties": {
4848648486
"cloudProvider": {
4848748487
"type": "string",
48488-
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster. **GCP** is currently only supported in [private preview](https://www.mongodb.com/community/forums/t/invitation-to-participate-in-the-private-preview-program-of-online-archive-on-gcp).",
48488+
"description": "Human-readable label that identifies the Cloud service provider where you wish to store your archived data. **AZURE** or **GCP** may be selected only if it is the Cloud service provider for the cluster and no archives for any other cloud provider have been created for the cluster.",
4848948489
"enum": [
4849048490
"AWS",
48491-
"AZURE"
48491+
"AZURE",
48492+
"GCP"
4849248493
]
4849348494
}
4849448495
},

0 commit comments

Comments
 (0)