REST api spec: remove a common param from nodes.usage.json (#28835)

"human" is a common parameter defined in `_common.json`
It should not be repeated again for a concrete api.

Closes #28226
This commit is contained in:
olcbean 2018-03-01 10:58:38 +01:00 committed by Luca Cavanna
parent ec0a1b36c9
commit 25834e2d26
1 changed files with 0 additions and 5 deletions

View File

@ -22,11 +22,6 @@
}
},
"params": {
"human": {
"type": "boolean",
"description": "Whether to return time and byte values in human-readable format.",
"default": false
},
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"