Skip to content

Commit

Permalink
task id is string in tasks_cancel
Browse files Browse the repository at this point in the history
this is correct on master but not 2.3
  • Loading branch information
Mpdreamz committed Apr 7, 2016
1 parent 2a1f6aa commit 974ad4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"paths": ["/_tasks/_cancel", "/_tasks/{task_id}/_cancel"],
"parts": {
"task_id": {
"type": "number",
"type": "string",
"description": "Cancel the task with specified task id (node_id:task_number)"
}
},
Expand Down

0 comments on commit 974ad4a

Please sign in to comment.