tasks

Update task note

patch/v1/tasks/{taskId}/note

Path parameters

taskIdstring required

Request body

notestring required

Note content for the task

Example request

{
  "note": "Mention the new product updates in the call"
}

Response

Task note updated successfully

{"stackTrail":"paths:/v1/tasks/{taskId}/note:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"message":"Task note updated successfully","payload":{"task":{"taskId":"lP0Zg2keMz","note":"Mention the new product updates in the call"}}}}

Example response

{
  "message": "Task note updated successfully",
  "payload": {
    "task": {
      "taskId": "lP0Zg2keMz",
      "note": "Mention the new product updates in the call"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.