Module post

Source
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§

TicketRequest
Request payload for creating a ticket.

Functions§

create_ticket
Creates a new ticket.