mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 03:41:13 +01:00
* [VAULT-2825] Correctly respond with 400 rather than 500 for field validation errors * [VAULT-2825] Add changelog entry * [VAULT-2825] Simplify test assertion
4 lines
124 B
Plaintext
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.
|
|
```
|