Expand description
Ticket message edit handler.
Provides an endpoint to edit an existing message on a ticket.
Only the author of the message can update it. The endpoint validates
that the content
field is provided and not empty.
Functionsยง
- edit_
ticket_ message - PUT /api/modules/{module_id}/assignments/{assignment_id}/tickets/{ticket_id}/messages/{message_id}