docs: add 'warnings' field to "/server/info" response
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
ceae5bb88b
commit
e7ca2d6adc
|
@ -415,7 +415,11 @@ An object containing various fields that report server state.
|
||||||
"power"
|
"power"
|
||||||
],
|
],
|
||||||
"failed_components": [],
|
"failed_components": [],
|
||||||
"registered_directories": ["config", "gcodes", "config_examples", "docs"]
|
"registered_directories": ["config", "gcodes", "config_examples", "docs"],
|
||||||
|
"warnings": [
|
||||||
|
"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."
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
!!! warning
|
!!! warning
|
||||||
|
|
Loading…
Reference in New Issue