mark DELETE endpoint for bug reports as complete in TODO list

This commit is contained in:
Flavio Fois
2026-03-18 10:54:25 +01:00
parent 210eefe4ce
commit 2fd89881e7

View File

@@ -7,5 +7,5 @@ Bug Report:
- [x] `PATCH /api/v1/bug-reports/{id}/status` - Update the status of a specific bug report - [x] `PATCH /api/v1/bug-reports/{id}/status` - Update the status of a specific bug report
- [x] `GET /api/v1/bug-reports/{id}/files/{file_id}` - Download a specific file attached to a bug report - [x] `GET /api/v1/bug-reports/{id}/files/{file_id}` - Download a specific file attached to a bug report
- [x] `GET /api/v1/bug-reports/{id}/download` - Download all files attached to a specific bug report as a ZIP archive - [x] `GET /api/v1/bug-reports/{id}/download` - Download all files attached to a specific bug report as a ZIP archive
- [ ] `DELETE /api/v1/bug-reports/{id}` - Delete a specific bug report - [x] `DELETE /api/v1/bug-reports/{id}` - Delete a specific bug report
- [x] `POST /api/v1/bug-reports` - Create a new bug report with optional file attachments - [x] `POST /api/v1/bug-reports` - Create a new bug report with optional file attachments