POST/tasks/{taskId}/assignees/{userId}/complete

Changes the status of an assignee's task to complete.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

task

HTTP Request

POSThttps://www.worksapis.com/v1.0/tasks/{taskId}/assignees/{userId}/complete

Path Parameters

ParameterTypeDescription
taskId string 

Task ID


required
example : 4f9373d8-0e34-45b3-8b04-5459fad4e855 
userId string 

User ID


required
example : userf7da-f82c-4284-13e7-030f3b4c756x 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content