You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/tasks.cancel.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
}
13
13
},
14
14
"params": {
15
-
"node_id": {
15
+
"nodes": {
16
16
"type": "list",
17
17
"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"
18
18
},
@@ -24,7 +24,7 @@
24
24
"type": "string",
25
25
"description": "Cancel tasks with specified parent node."
26
26
},
27
-
"parent_task": {
27
+
"parent_task_id": {
28
28
"type" : "string",
29
29
"description" : "Cancel tasks with specified parent task id (node_id:task_number). Set to -1 to cancel all."
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/api/tasks.list.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"paths": ["/_tasks"],
8
8
"parts": {},
9
9
"params": {
10
-
"node_id": {
10
+
"nodes": {
11
11
"type": "list",
12
12
"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"
13
13
},
@@ -23,7 +23,7 @@
23
23
"type": "string",
24
24
"description": "Return tasks with specified parent node."
25
25
},
26
-
"parent_task": {
26
+
"parent_task_id": {
27
27
"type" : "string",
28
28
"description" : "Return tasks with specified parent task id (node_id:task_number). Set to -1 to return all."
0 commit comments