Last updated 2 months ago
Task assignment
/projects/{projectId}/tasks/{taskId}/assignees
Successful Task assignment
Error description
curl -L \ --request PUT \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/assignees' \ --header 'Content-Type: application/json' \ --data '{"handles":[null]}'
{ "ok": true, "item": { "id": "123e4567-e89b-12d3-a456-426614174000", "text": "text", "parentId": "123e4567-e89b-12d3-a456-426614174000", "completed": false } }