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
This commit is contained in:
Russ Cam 2019-10-24 10:39:20 +10:00
parent c0b545f325
commit b24bbd4296
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
],
"parts":{
"policy_id":{
"type":"string",
"type":"list",
"description":"Comma-separated list of snapshot lifecycle policies to retrieve"
}
}