diff --git a/api/openapi.yaml b/api/openapi.yaml index 7b62a10f..618acb48 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -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: