docs: update /server/info documentation

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-11-01 11:24:16 -04:00
parent 86ac019572
commit 9f89b03aa3
1 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,8 @@ An object containing various fields that report server state.
"Invalid config option 'api_key_path' detected in section [authorization]. Remove the option to resolve this issue. In the future this will result in a startup error.",
"Unparsed config section [fake_section] detected. This may be the result of a component that failed to load. In the future this will result in a startup error."
],
"websocket_count": 2
"websocket_count": 2,
"moonraker_version": "v0.7.1-105-ge4f103c"
}
```
!!! warning