Skip to content

Commit

Permalink
Change policy_id to list type in slm.get_lifecycle (#47766)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
russcam committed Oct 24, 2019
1 parent 9766044 commit 0bdce01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"parts":{
"policy_id":{
"type":"string",
"type":"list",
"description":"Comma-separated list of snapshot lifecycle policies to retrieve"
}
}
Expand Down

0 comments on commit 0bdce01

Please sign in to comment.