Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"params": {
"node_id": {
"nodes": {
"type": "list",
"description": "A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes"
},
Expand All @@ -24,7 +24,7 @@
"type": "string",
"description": "Cancel tasks with specified parent node."
},
"parent_task": {
"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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"paths": ["/_tasks"],
"parts": {},
"params": {
"node_id": {
"nodes": {
"type": "list",
"description": "A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes"
},
Expand All @@ -23,7 +23,7 @@
"type": "string",
"description": "Return tasks with specified parent node."
},
"parent_task": {
"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