-
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
Remove deprecated local parameter from alias APIs #3059
base: main
Are you sure you want to change the base?
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
local
parameter from GET _alias
and HEAD _alias
APIsTODO: also update .ts once you've figured out the best way
TODO: ask someone about the validation errors
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
This PR removes the Also: For the two index APIs, I had to make parallel changes to 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 |
Regarding updating the TS to reflect the change to the
I would tentatively make the argument that, as it stands, this PR is not making things materially worse, and that fixing that wider problem is out of scope for this change. What do you think? (I did have a go at moving the parameter out of the interface and into the 9 concrete request classes which have the |
This updates the specification to reflect the changes in elastic/elasticsearch#115393.