Last updated 4 months ago
Add/update a note to the task
text/plain
text/markdown
^[^\r\n]*$
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" } }