Skip to content

Commit 19b9fb6

Browse files
authored
Change policy_id to list type in slm.get_lifecycle (#47766)
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
1 parent 31e054c commit 19b9fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/api/slm.get_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"parts":{
1515
"policy_id":{
16-
"type":"string",
16+
"type":"list",
1717
"description":"Comma-separated list of snapshot lifecycle policies to retrieve"
1818
}
1919
}

0 commit comments

Comments
 (0)