Skip to content

Commit

Permalink
Merge pull request #705 from skrashevich/openapi-add-restart-handler
Browse files Browse the repository at this point in the history
add restart handler to openapi spec
  • Loading branch information
AlexxIT authored Oct 19, 2023
2 parents 20d45bf + 95de3a1 commit b2b115e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2b115e

Please sign in to comment.