-
Notifications
You must be signed in to change notification settings - Fork 25.6k
rename CRUD api REST path prefix _ilm to _ilm/policy #35056
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
|
Pinging @elastic/es-core-infra |
|
I feel like this is missing the documentation changes also? Shouldn't we have some docs somewhere referencing this that need to change? |
|
indeed @dakrone, I forgot to test the docs :(. pushed the doc changes up now! |
dakrone
left a comment
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 if CI is happy
gwbrown
left a comment
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
|
test this please |
colings86
left a comment
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
This PR renames the CRUD APIS for ILM GET _ilm/<policy>, _ilm -> _ilm/policy/<policy>, _ilm/policy PUT _ilm/<policy> -> _ilm/policy/<policy> DELETE _ilm/<policy> -> _ilm/policy/<policy> closes #34929.
This PR renames the CRUD APIS for ILM
GET _ilm/, _ilm -> _ilm/policy/, _ilm/policy
PUT _ilm/ -> _ilm/policy/
DELETE _ilm/ -> _ilm/policy/
closes #34929.