Skip to content

Commit 94769bf

Browse files
(prod) Release OpenAPI Spec V1 🚀. See https://github.com/mongodb/openapi/actions/runs/14979420640.
1 parent 1572ef4 commit 94769bf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

openapi/v1-deprecated/v1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8486,6 +8486,9 @@
84868486
"$ref": "#/components/responses/internalServerError"
84878487
}
84888488
},
8489+
"x-xgen-changelog": {
8490+
"2025-05-08": "Corrects an issue where the endpoint would allow a rolling index build to be initiated while there was already an index build in progress. The endpoint now returns 400 if an index build is already in progress."
8491+
},
84898492
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v1/#tag/Rolling-Index/operation/createRollingIndex"
84908493
}
84918494
},

openapi/v1-deprecated/v1.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8794,6 +8794,9 @@
87948794
"$ref": "#/components/responses/internalServerError"
87958795
}
87968796
},
8797+
"x-xgen-changelog": {
8798+
"2025-05-08": "Corrects an issue where the endpoint would allow a rolling index build to be initiated while there was already an index build in progress. The endpoint now returns 400 if an index build is already in progress."
8799+
},
87978800
"x-xgen-docs-url": "https://mongodb.com/docs/atlas/reference/api-resources-spec/v1/#tag/Rolling-Index/operation/createRollingIndex"
87988801
}
87998802
},

0 commit comments

Comments
 (0)