mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
## Addresses #17157  - [x] Changes file added for user-visible changes in `changes/` - [x] Added/updated tests - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
3 lines
230 B
Text
3 lines
230 B
Text
- Fix a bug where the translate API returned "forbidden" instead of "bad request" for an empty JSON body.
|
|
- Fixed an uncaught bug where "forbidden" would be returned for invalid payload type, which should
|
|
also be a bad request.
|