Last updated 2 months ago
Add/update a note to the task
/projects/{projectId}/tasks/{taskId}/note
text/plain
text/markdown
^[^\r\n]*$
Successful Task Note creation/update
Error description
curl -L \ --request PUT \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/tasks/{taskId}/note' \ --header 'Content-Type: application/json' \ --data '{"type":"text/plain","value":"text"}'
{ "ok": true, "item": { "type": "text", "value": "text" } }