mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
[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…
x
Reference in New Issue
Block a user