Module put

Source
Expand description

Ticket status handlers.

Provides endpoints to open or close a ticket in a module.

Access control is enforced via the is_valid function, which ensures the user has permission to modify the ticket. Only the ticket owner or authorized users can perform these actions.

Functionsยง

close_ticket
Closes a ticket.
open_ticket
Opens a ticket.