From 2fd89881e739f69b419891713e5339e77830c4d0 Mon Sep 17 00:00:00 2001 From: Flavio Fois Date: Wed, 18 Mar 2026 10:54:25 +0100 Subject: [PATCH] mark DELETE endpoint for bug reports as complete in TODO list --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 5087a7f..90e0ec4 100644 --- a/TODO.md +++ b/TODO.md @@ -7,5 +7,5 @@ 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}/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 \ No newline at end of file