-
Notifications
You must be signed in to change notification settings - Fork 73
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
[OpenAPI] Edits dangling index APIs #3055
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
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
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
(cherry picked from commit 4c353a9)
(cherry picked from commit 4c353a9)
Relates to #2635
This PR updates the tags and summaries for the dangling indices APIs (copied from https://www.elastic.co/guide/en/elasticsearch/reference/master/dangling-indices-list.html, https://www.elastic.co/guide/en/elasticsearch/reference/master/dangling-index-delete.html, and https://www.elastic.co/guide/en/elasticsearch/reference/master/dangling-index-import.html).
It also adds the @doc_tag property so that the APIs are grouped with the other index APIs.