Browse Source

REST api spec: remove unsupported parameter `parent_node` (#28841)

olcbean 7 years ago
parent
commit
ec0a1b36c9

+ 0 - 4
rest-api-spec/src/main/resources/rest-api-spec/api/cat.tasks.json

@@ -24,10 +24,6 @@
           "type": "boolean",
           "description": "Return detailed task information (default: false)"
         },
-        "parent_node": {
-          "type": "string",
-          "description": "Return tasks with specified parent node."
-        },
         "parent_task": {
           "type" : "number",
           "description" : "Return tasks with specified parent task id. Set to -1 to return all."

+ 0 - 4
rest-api-spec/src/main/resources/rest-api-spec/api/tasks.cancel.json

@@ -20,10 +20,6 @@
           "type": "list",
           "description": "A comma-separated list of actions that should be cancelled. Leave empty to cancel all."
         },
-        "parent_node": {
-          "type": "string",
-          "description": "Cancel tasks with specified parent node."
-        },
         "parent_task_id": {
           "type" : "string",
           "description" : "Cancel tasks with specified parent task id (node_id:task_number). Set to -1 to cancel all."

+ 0 - 4
rest-api-spec/src/main/resources/rest-api-spec/api/tasks.list.json

@@ -19,10 +19,6 @@
           "type": "boolean",
           "description": "Return detailed task information (default: false)"
         },
-        "parent_node": {
-          "type": "string",
-          "description": "Return tasks with specified parent node."
-        },
         "parent_task_id": {
           "type" : "string",
           "description" : "Return tasks with specified parent task id (node_id:task_number). Set to -1 to return all."