Expand description
Ticket creation handler.
Provides an endpoint to create a new ticket for an assignment.
Only authenticated users can create tickets, and each ticket is linked to the assignment and the user who created it.
Structs§
- Ticket
Request - Request payload for creating a ticket.
Functions§
- create_
ticket - Creates a new ticket.