Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creates new ticket

POST  /ticket/create

Delete the ticket

DELETE  //ticket/{id}

Get ticket

GET  /ticket/{id}

Modifies ticket

PATCH  /ticket/{id}

Creates new attach file

POST  /ticket/{id}/attach

Sent ticket

PATCH  /ticket/{id}/send

Get the list of Ticket

GET  /ticket/list

Delete The export file

DELETE  /ticket/file/{uuid}

Panel

On this page:

Table of Contents

Gets export file

GET  /ticket/file/{uuid}

...