From a829762ead1f98e8b9e3efcdabe456edb82df2f4 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Tue, 17 Jan 2017 13:36:56 -0500 Subject: [PATCH] Adding the 429 code back in --- website/source/docs/http/index.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/http/index.html.md b/website/source/docs/http/index.html.md index 6805c2f9b7..1a4c08557b 100644 --- a/website/source/docs/http/index.html.md +++ b/website/source/docs/http/index.html.md @@ -161,6 +161,8 @@ 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` - Default return code for health status of standby nodes, indicating a + warning. - `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.