Skip to content

Commit

Permalink
Change policy_id to list type in slm.get_lifecycle
Browse files Browse the repository at this point in the history
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
  • Loading branch information
russcam authored Oct 9, 2019
1 parent 603c3e6 commit 054203a
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 054203a

Please sign in to comment.