Update a league support ticket
League: Tickets
Update League Ticket
Update status, priority, or assignment for a league support ticket.
PATCH
Update a league support ticket
Permission Required
This endpoint requires aleague-operator API key bound to the league with the tickets capability set to write.
Membership Required
The API key owner must have a MANAGER or higher role in the league, or be a TeamBattles staff member.League Identifier
The{identifier} path parameter accepts a league slug or Convex league ID.
Ticket ID
The{ticketId} path parameter is the league ticket to update.
Behavior
Use this endpoint to update one or more ticket workflow fields:status, priority, or assignedTo. Status must be one of open, in_progress, awaiting_response, resolved, or closed. Priority must be one of low, medium, high, or urgent.
Send assignedTo as a user ID to assign the ticket, or null to clear the assignment.Authorizations
Send your API key as: Authorization: Bearer tb_
Path Parameters
League slug or Convex league ID.
League ticket ID.
Body
application/json
Updates league ticket status, priority, or assignment.