Skip to content

Commit

Permalink
REST api spec: remove unsupported parameter parent_node (#28841)
Browse files Browse the repository at this point in the history
  • Loading branch information
olcbean authored and javanna committed Mar 1, 2018
1 parent 184a871 commit ec0a1b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Expand Up @@ -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."
Expand Down
Expand Up @@ -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."
Expand Down
Expand Up @@ -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."
Expand Down

0 comments on commit ec0a1b3

Please sign in to comment.