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:
parent
ec0a1b36c9
commit
25834e2d26
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue