Tasks
Add Note
PATCH
/v1/tasks/{taskId}/notePATCH
/v1/tasks/
{taskId}/noteUpdate task note
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Request Body
application/jsonRequirednotestring
Note content for the task
Example:"Mention the new product updates in the call"Path Parameters
taskIdstring
Responses
200
Task note updated successfully
{
"message": "Task note updated successfully",
"payload": {
"task": {
"taskId": "lP0Zg2keMz",
"note": "Mention the new product updates in the call"
}
}
}