Skip to content

Commit b219ee0

Browse files
(prod) Release OpenAPI Spec V1 🚀. See https://github.com/mongodb/openapi/actions/runs/13862712981.
1 parent a05e03e commit b219ee0

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

openapi/v1-deprecated/v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38319,11 +38319,13 @@
3831938319
"readOnly": true
3832038320
},
3832138321
"diskSizeGB": {
38322-
"maximum": 4096,
38323-
"minimum": 10,
3832438322
"type": "number",
3832538323
"description": "Storage capacity of instance data volumes expressed in gigabytes. Increase this number to add capacity.\n\n This value is not configurable on M0/M2/M5 clusters.\n\n MongoDB Cloud requires this parameter if you set **replicationSpecs**.\n\n If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. \n\n Storage charge calculations depend on whether you choose the default value or a custom value.\n\n The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier.",
38326-
"format": "double"
38324+
"format": "double",
38325+
"externalDocs": {
38326+
"description": "Customize Storage",
38327+
"url": "https://dochub.mongodb.org/core/customize-storage"
38328+
}
3832738329
},
3832838330
"diskWarmingMode": {
3832938331
"type": "string",

openapi/v1-deprecated/v1.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40296,11 +40296,13 @@
4029640296
"readOnly": true
4029740297
},
4029840298
"diskSizeGB": {
40299-
"maximum": 4096,
40300-
"minimum": 10,
4030140299
"type": "number",
4030240300
"description": "Storage capacity of instance data volumes expressed in gigabytes. Increase this number to add capacity.\n\n This value is not configurable on M0/M2/M5 clusters.\n\n MongoDB Cloud requires this parameter if you set **replicationSpecs**.\n\n If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. \n\n Storage charge calculations depend on whether you choose the default value or a custom value.\n\n The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier.",
40303-
"format": "double"
40301+
"format": "double",
40302+
"externalDocs": {
40303+
"description": "Customize Storage",
40304+
"url": "https://dochub.mongodb.org/core/customize-storage"
40305+
}
4030440306
},
4030540307
"diskWarmingMode": {
4030640308
"type": "string",

0 commit comments

Comments
 (0)