Skip to content

Commit

Permalink
REST api spec: remove a common param from nodes.usage.json (#28835)
Browse files Browse the repository at this point in the history
"human" is a common parameter defined in `_common.json`
It should not be repeated again for a concrete api.

Closes #28226
  • Loading branch information
olcbean authored and javanna committed Mar 1, 2018
1 parent ec0a1b3 commit 25834e2
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -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"
Expand Down

0 comments on commit 25834e2

Please sign in to comment.