Update Task
put
Update task.
Authorizations
Path parameters
projectIdstringRequired
taskIdstringRequired
Body
contentTypestring · enumRequiredPossible values:
contentstring · max: 2000RequiredPattern:
^[^\r\n]*$
Responses
200
Updated task
application/json
4XX
Error description
application/json
put
PUT /api/v1/projects/{projectId}/tasks/{taskId} HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"contentType": "text/markdown",
"content": "text"
}
{
"ok": true,
"item": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"text": "text",
"parentId": "123e4567-e89b-12d3-a456-426614174000",
"completed": false
}
}
Last updated