Validate watchlist add JSON body shape

This commit is contained in:
Dymas
2026-05-16 11:25:53 +02:00
parent 8a2184f6f3
commit 839154aa5c
6 changed files with 17 additions and 4 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.29.4 - 2026-05-16
- Fixed `/api/watchlist/add` malformed-body handling so non-object JSON payloads now return `400 Bad Request` instead of surfacing as an internal server error.
- Expanded regression coverage for invalid watchlist add payload shapes.
## 0.29.3 - 2026-05-16
- Fixed duplicate watchlist add responses so already-tracked shows now return `200 OK` with `created: false` instead of the misleading `201 Created`.