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:
parent
c0b545f325
commit
b24bbd4296
|
@ -13,7 +13,7 @@
|
|||
],
|
||||
"parts":{
|
||||
"policy_id":{
|
||||
"type":"string",
|
||||
"type":"list",
|
||||
"description":"Comma-separated list of snapshot lifecycle policies to retrieve"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue