Complete task by id of logged in user.

Marks the entire task as done. This differs from PUT /tasks/{taskId}/products/{productId}/complete, which completes a single product within the task's scope — the task itself stays open until this endpoint is called directly, regardless of how many of its products are done. Use PUT /userTasks/{taskId}/revoke to undo. Fails if the task does not exist, or if you are neither its creator nor its assignee and lack the complete permission.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id of the task to complete.

Responses
200

Task completed.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json