Merge pull request #705 from skrashevich/openapi-add-restart-handler

add restart handler to openapi spec
This commit is contained in:
Alex X
2023-10-19 16:51:43 +03:00
committed by GitHub
+8 -1
View File
@@ -115,7 +115,14 @@ paths:
default:
description: Default response
/api/restart:
post:
summary: Restart Daemon
description: Restarts the daemon.
tags: [ Application ]
responses:
default:
description: Default response
/api/config:
get: