diff --git a/website/source/docs/http/sys-health.html.md b/website/source/docs/http/sys-health.html.md
index 9720f12a12..b17f67b7a2 100644
--- a/website/source/docs/http/sys-health.html.md
+++ b/website/source/docs/http/sys-health.html.md
@@ -9,18 +9,18 @@ description: |-
# /sys/health
- - Description
- -
+
- Description
+ -
Returns the health status of Vault. This matches the semantics of a
Consul HTTP health check and provides a simple way to monitor the
health of a Vault instance.
-
+
- - Method
- - GET
+ - Method
+ - GET/HEAD
- - Parameters
- -
+
- Parameters
+ -
-
standbyok
@@ -47,10 +47,10 @@ description: |-
be returned for a sealed node instead of the default of `500`
-
+
- - Returns
- -
+
- Returns (only with GET)
+ -
```javascript
{
@@ -60,7 +60,7 @@ description: |-
}
```
- Default Status Codes:
+ Default Status Codes (GET/HEAD):
* `200` if initialized, unsealed, and active.
* `429` if unsealed and standby.