Skip to content

Commit 5535f07

Browse files
committed
78787: BUGFIX: Reflect changes in PR #3054
1 parent fcf6e28 commit 5535f07

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

claimedtasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Claimed Taks Endpoints
1+
# Claimed Tasks Endpoints
22
[Back to the list of all defined endpoints](endpoints.md)
33

44
## Main Endpoint

pooltasks.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pool Taks Endpoints
1+
# Pool Tasks Endpoints
22
[Back to the list of all defined endpoints](endpoints.md)
33

44
## Main Endpoint
@@ -98,12 +98,7 @@ Return codes:
9898
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.
9999

100100
## 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.
107102

108103
## DELETE Method
109104
Not allowed. To reset a workflow it is possible to issue a DELETE against the [workflowitem endpoint](workflowitem.md)

0 commit comments

Comments
 (0)