-
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
policy_id type in Get Snapshot Lifecycle API REST spec should be list #47765
Labels
Comments
russcam
added a commit
that referenced
this issue
Oct 9, 2019
This commit changes the REST API spec slm.get_lifecycle's polict_id url part to be of type "list", in line with other REST API specs that accept a comma-separated list of values. Closes #47765
Pinging @elastic/es-core-infra (:Core/Infra/REST API) |
russcam
added a commit
that referenced
this issue
Oct 24, 2019
This commit changes the REST API spec slm.get_lifecycle's policy_id url part to be of type "list", in line with other REST API specs that accept a comma-separated list of values. Closes #47765
russcam
added a commit
that referenced
this issue
Oct 24, 2019
This commit changes the REST API spec slm.get_lifecycle's policy_id url part to be of type "list", in line with other REST API specs that accept a comma-separated list of values. Closes #47765
russcam
added a commit
that referenced
this issue
Oct 24, 2019
This commit changes the REST API spec slm.get_lifecycle's policy_id url part to be of type "list", in line with other REST API specs that accept a comma-separated list of values. Closes #47765
russcam
added a commit
that referenced
this issue
Oct 24, 2019
This commit changes the REST API spec slm.get_lifecycle's policy_id url part to be of type "list", in line with other REST API specs that accept a comma-separated list of values. Closes #47765
24 tasks
This was referenced Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In line with other REST API specs that accept a comma-separated list of values, the
slm.get_lifecycle
REST API specpolicy_id
should be of type"list"
, and not"string"
:elasticsearch/x-pack/plugin/src/test/resources/rest-api-spec/api/slm.get_lifecycle.json
Lines 14 to 19 in 603c3e6
This affects REST specs back to v7.4.0.
The docs should also be updated to use
policy_id
instead ofpolicy_ids
, to match the REST API spec.The text was updated successfully, but these errors were encountered: