An additional route for a
PUT /projects/{projectId}/tasks/{taskId}/note
for adding a
NOTE
attachment to a task.
This is hopefully a smaller request than implementing all items that can appear in the ➕ menu, assuming
NOTE
s (added with Shift + Enter) are like attachments too.
This also builds off my request for editing a task body. I would be able to edit this
note
directly by replacing it. https://www.taskade.com/feedback/public-api/p/update-taskcontent-route
I would also want to be able to
GET /projects/{projectId}/tasks/{taskId}/note
. For reading a
task.note
.