720 B
720 B
TODO: Backport the following routes:
Bug Report:
GET /api/v1/bug-reports- List all bug reportsGET /api/v1/bug-reports/count- Get the count of all bug reportsGET /api/v1/bug-reports/{id}- Get a specific bug reportPATCH /api/v1/bug-reports/{id}/status- Update the status of a specific bug reportGET /api/v1/bug-reports/{id}/files/{file_id}- Download a specific file attached to a bug reportGET /api/v1/bug-reports/{id}/download- Download all files attached to a specific bug report as a ZIP archiveDELETE /api/v1/bug-reports/{id}- Delete a specific bug reportPOST /api/v1/bug-reports- Create a new bug report with optional file attachments