start service through api

This commit is contained in:
Fran Jurmanović
2024-07-16 23:39:30 +02:00
parent 6137b55a3c
commit 954fe0ae82
6 changed files with 44 additions and 5 deletions

View File

@@ -29,6 +29,17 @@
"api"
],
"summary": "Return API",
"parameters": [
{
"description": "required",
"name": "name",
"in": "body",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",