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: pooltasks.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Pool Taks Endpoints
1
+
# Pool Tasks Endpoints
2
2
[Back to the list of all defined endpoints](endpoints.md)
3
3
4
4
## Main Endpoint
@@ -98,12 +98,7 @@ Return codes:
98
98
The creation of pool tasks is managed by the underline workflow system. No methods are exposed to manually trigger such creation to avoid workflow hjack and inconsistency.
99
99
100
100
## POST Method (single resource level)
101
-
To claim a pool task a POST request must be issued against the single pool task URL
102
-
/api/workflow/pooltasks/:id
103
-
104
-
204 No content is returned if the request succeed
105
-
403 Not authorized if the task cannot be claimed by the logged in user
106
-
404 if the task is not longer available
101
+
This method has been moved to the [claimed tasks](claimedtasks.md#post-method) resource.
107
102
108
103
## DELETE Method
109
104
Not allowed. To reset a workflow it is possible to issue a DELETE against the [workflowitem endpoint](workflowitem.md)
0 commit comments