-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Adds empty snapshot_id description to revert snapshot API docs #66036
Conversation
Pinging @elastic/ml-core (:ml) |
Pinging @elastic/es-docs (Team:Docs) |
@@ -38,8 +40,12 @@ You can multiple snapshots for a single job in a single API request | |||
by using a comma-separated list of `<snapshot_id>` or a wildcard expression. | |||
You can get all snapshots for all calendars by using `_all`, | |||
by specifying `*` as the `<snapshot_id>`, or by omitting the `<snapshot_id>`. | |||
You can also specify `empty` as the <snapshot_id>. Revert to `empty` results in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text looks good but it should move from the get-snapshot docs to the revert-snapshot docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Overview
This PR adds info to the Revert snapshot API docs about a special snapshot_id called
empty
.Preview
Path parameters