[SPEC] Fix cardinality of the repository parameter in get snapshot action
This commit is contained in:
parent
efebb8d515
commit
749e4d7944
|
@ -7,9 +7,9 @@
|
|||
"paths": ["/_snapshot/{repository}/{snapshot}"],
|
||||
"parts": {
|
||||
"repository": {
|
||||
"type": "list",
|
||||
"type": "string",
|
||||
"required" : true,
|
||||
"description": "A comma-separated list of repository names"
|
||||
"description": "A repository name"
|
||||
},
|
||||
"snapshot": {
|
||||
"type": "list",
|
||||
|
|
Loading…
Reference in New Issue