stack/apps
Bilal Godil 25aa3867b1 fix(email-themes): validate DELETE theme id as UUID
The DELETE route accepted params.id as any string, but the downstream
CUD delete handler validates it against a UUID schema. A malformed id
therefore failed inside the handler as a HexclaveAssertionError (500)
instead of a request-validation error. Constraining params.id to a UUID
keeps invalid input on the 400 path.
2026-07-02 15:32:49 -07:00
..
backend fix(email-themes): validate DELETE theme id as UUID 2026-07-02 15:32:49 -07:00
bulldozer-js chore: update package versions 2026-07-02 17:12:34 +00:00
dashboard Merge branch 'dev' into fix/email-theme-delete-405 2026-07-02 11:52:14 -07:00
dev-launchpad chore: update package versions 2026-07-02 17:12:34 +00:00
e2e test(email-themes): add e2e coverage for the DELETE route 2026-07-02 11:58:35 -07:00
hosted-components chore: update package versions 2026-07-02 17:12:34 +00:00
internal-tool chore: update package versions 2026-07-02 17:12:34 +00:00
mcp chore: update package versions 2026-07-02 17:12:34 +00:00
mock-oauth-server chore: update package versions 2026-07-02 17:12:34 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00
skills chore: update package versions 2026-07-02 17:12:34 +00:00