Spec: Added human flag to indices.get_upgrade

This commit is contained in:
Clinton Gormley 2014-10-10 17:26:36 +02:00
parent 1792822bae
commit 20a901964c
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@
"options" : ["open","closed"],
"default" : "open",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"human": {
"type": "boolean",
"description": "Whether to return time and byte values in human-readable format.",
"default": false
}
}
},