From 5c376701ff0928e0a335b9c0aa02c19c4c9eb7c1 Mon Sep 17 00:00:00 2001 From: Adrian Ding Date: Wed, 9 Aug 2023 01:22:49 +1200 Subject: [PATCH] Add 501 to Vault uninitialized (#22128) * Add 502 to Vault uninitialized * Update index.mdx * Update index.mdx --------- Co-authored-by: Violet Hynes --- website/content/api-docs/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/api-docs/index.mdx b/website/content/api-docs/index.mdx index 7821bfae6c..fde1141f33 100644 --- a/website/content/api-docs/index.mdx +++ b/website/content/api-docs/index.mdx @@ -304,6 +304,7 @@ warnings are generated during the operation. - `473` - Default return code for health status of performance standby nodes. - `500` - Internal server error. An internal error has occurred, try again later. If the error persists, report a bug. +- `501` - Vault is not initialized. - `502` - A request to Vault required Vault making a request to a third party; the third party responded with an error of some kind. - `503` - Vault is down for maintenance or is currently sealed. Try again