[SPEC] Fix cardinality of the repository parameter in get snapshot action

This commit is contained in:
Igor Motov 2014-01-20 12:56:32 -05:00
parent efebb8d515
commit 749e4d7944
1 changed files with 2 additions and 2 deletions

View File

@ -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",