Overview
Send a reply to a ticket as the ticket author (member/player). Important Notes:- Only the original ticket author can use this endpoint
- Cannot reply to closed or resolved tickets
- The reply is added to the ticket’s content with type “author_message”
Path Parameters
string
required
Ticket ID
Request Body
string
required
Reply message content
integer
required
UserId of the ticket author
Response
boolean
Whether the request was successful
object
Example
Response Example
Error Responses
403 - Ticket Closed
403 - Ticket Closed
404 - Ticket Not Found
404 - Ticket Not Found

