For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Task Assignees

Update Task Assignees — Taskade REST API v1 reference: PUT /projects/{projectId}/tasks/{taskId}/assignees. Parameters, authentication, and response schema.

put

Task assignment

Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
taskIdstringRequired
Body
handlesstring[]Required
Responses
200

Successful Task assignment

application/json

Successful Task assignment

okboolean · enumRequiredPossible values:
put/projects/{projectId}/tasks/{taskId}/assignees

Last updated

Was this helpful?