Fix /config/reload return type

This commit is contained in:
Ingo Oppermann
2023-01-19 11:46:45 +01:00
parent f0ff3b89c1
commit 311defb27c
4 changed files with 10 additions and 10 deletions

View File

@@ -292,9 +292,9 @@ const docTemplate = `{
"ApiKeyAuth": []
}
],
"description": "Reload the currently active configuration. This will trigger a restart of the Restreamer.",
"description": "Reload the currently active configuration. This will trigger a restart of the Core.",
"produces": [
"text/plain"
"application/json"
],
"tags": [
"v16.7.2"