-
Notifications
You must be signed in to change notification settings - Fork 102
Add operation summaries for index template APIs #2634
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
Conversation
Following you can find the validation results for the API you have changed.
You can validate this API yourself by using the |
Following you can find the validation results for the API you have changed.
You can validate this API yourself by using the |
Co-authored-by: shainaraskas <[email protected]>
Following you can find the validation results for the API you have changed.
You can validate this API yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
This PR adds the sumarries for the index template APIs (using text from the appropriate pages under https://www.elastic.co/guide/en/elasticsearch/reference/current/indices.html).
It also updates the
make lint-docs
command to lint all the*.json
files in the output folder and updates the readme to include the other new make commands.