Browse Source

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
olcbean 7 years ago
parent
commit
25834e2d26

+ 0 - 5
rest-api-spec/src/main/resources/rest-api-spec/api/nodes.usage.json

@@ -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"