mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Merge pull request #2273 from hashicorp/doc-remove-429-code
doc: remove unused 429 code from docs to avoid confusion
This commit is contained in:
commit
f1c8b772fd
@ -161,8 +161,6 @@ The following HTTP status codes are used throughout the API.
|
||||
- `404` - Invalid path. This can both mean that the path truly
|
||||
doesn't exist or that you don't have permission to view a
|
||||
specific path. We use 404 in some cases to avoid state leakage.
|
||||
- `429` - Rate limit exceeded. Try again after waiting some period
|
||||
of time.
|
||||
- `500` - Internal server error. An internal error has occurred,
|
||||
try again later. If the error persists, report a bug.
|
||||
- `503` - Vault is down for maintenance or is currently sealed.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user