open-vault/changelog/12042.txt
Chris Capurso 505e3f9a89
[VAULT-2825] Fix erroneous 500 resp for field validation errors (#12042)
* [VAULT-2825] Correctly respond with 400 rather than 500 for field validation errors

* [VAULT-2825] Add changelog entry

* [VAULT-2825] Simplify test assertion
2021-07-12 13:39:28 -04:00

4 lines
124 B
Plaintext

```release-note:changes
api: A request that fails field validation will now be responded to with a 400 rather than 500.
```