docs: update /server/info documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
86ac019572
commit
9f89b03aa3
|
@ -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.",
|
"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."
|
"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
|
!!! warning
|
||||||
|
|
Loading…
Reference in New Issue