From 95de3a1f3ed460006540cc1c5d5f1f2ac16d805a Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Thu, 19 Oct 2023 16:40:14 +0300 Subject: [PATCH] Update openapi.yaml --- api/openapi.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: