mirror of
https://github.com/datarhei/core.git
synced 2025-09-26 20:11:29 +08:00
Fix /config/reload return type
This commit is contained in:
@@ -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"
|
||||
|
@@ -284,9 +284,9 @@
|
||||
"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"
|
||||
|
@@ -2077,10 +2077,10 @@ paths:
|
||||
/api/v3/config/reload:
|
||||
get:
|
||||
description: Reload the currently active configuration. This will trigger a
|
||||
restart of the Restreamer.
|
||||
restart of the Core.
|
||||
operationId: config-3-reload
|
||||
produces:
|
||||
- text/plain
|
||||
- application/json
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
|
Reference in New Issue
Block a user