Update Note
All API requests should contain authorization headers.
Request
Query Parameters
Name
Type
Required
Comments
ticketId
integer
yes
Id of ticket note added in
noteId
integer
yes
Id of note you want to update
Request Body
Body of request should contain the following model serialized to JSON.
Field
Type
Comments
attachments
Reply attachments
htmlMessage
string
Note html content
message
string
Note content
Data
field will contain updated Note model.
Last updated