Update health endpoint sensitive flag in docs

This commit is contained in:
Phillip Webb 2014-12-10 09:53:53 -08:00
parent 8a5f151e47
commit 3e2433c842
1 changed files with 3 additions and 3 deletions

View File

@ -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.