Last updated 5 months ago
Add/update a note to the task
text/plain
text/markdown
^[^\r\n]*$
Successful Task Note creation/update
PUT /api/v1/projects/{projectId}/tasks/{taskId}/note HTTP/1.1 Host: www.taskade.com Content-Type: application/json Accept: */* Content-Length: 36 { "type": "text/plain", "value": "text" }
{ "ok": true, "item": { "type": "text", "value": "text" } }