Commit 3e2433c8 authored by Phillip Webb's avatar Phillip Webb

Update health endpoint sensitive flag in docs

parent 8a5f151e
...@@ -86,9 +86,9 @@ The following endpoints are available: ...@@ -86,9 +86,9 @@ The following endpoints are available:
|true |true
|`health` |`health`
|Shows full application health information when accessed securely or a simple '`status`' |Shows application health information (a simple '`status`' when accessed over an
message when accessed over an insecure HTTP connection. unauthenticated connection or full message details when authenticated).
|true |false
|`info` |`info`
|Displays arbitrary application info. |Displays arbitrary application info.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment