Update Note
Request
PATCH /tickets/{ticketId}/notes/{noteId}Query Parameters
Name
Type
Required
Comments
Request Body
{
"attachments": [
{
"isContentPart": null,
"name": "filename.png",
"url": "https://your.attachment.url/filename.png"
}
],
"htmlMessage": null,
"message": "Updated note text"
}Field
Type
Comments
Last updated
Was this helpful?