api: add /info endpoint (#945) (#5045)

This commit is contained in:
Alessandro Ros
2025-09-30 10:39:27 +02:00
committed by GitHub
parent 2024783eec
commit 2690ef8e71
10 changed files with 113 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Control API
The server can be queried and controlled with an API, that can be enabled by setting the `api` parameter in the configuration:
The server can be queried and controlled with an API, that can be enabled by toggling the `api` parameter in the configuration:
```yml
api: yes