v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011984401.2 MB
League: Tickets

Update a league support ticket

Updates ticket status, priority, or assignment for a league-scoped support ticket. Requires a personal or developer API key whose owner is currently a league ADMIN of the league in the path, with the league tickets capability enabled on the key. League API access is gated at api_pro on the league owner's plan.

patch/leagues/{identifier}/tickets/{ticketId}

Path parameters

identifierstring required

League slug or Convex league ID.

League slug or Convex league ID.

ticketIdstring required

League ticket ID.

League ticket ID.

Request body

status'open' | 'in_progress' | 'awaiting_response' | 'resolved' | 'closed'
priority'low' | 'medium' | 'high' | 'urgent'
assignedTostring nullable

User ID to assign, or null to clear assignment.

Response

The ticket was updated.

successtrue required
timestampstring required

Response generation time (ISO 8601).