2 Commits
0.0.4 ... 0.0.6

Author SHA1 Message Date
c72d9bc5ae adjust header of openapi.yml, fix 2021-06-17 12:32:30 +02:00
b64d04c45a adjust header of openapi.yml 2021-06-17 12:30:07 +02:00
2 changed files with 12 additions and 4 deletions

View File

@ -37,8 +37,6 @@ build:
docker push $IMAGE_NAME:${CI_COMMIT_TAG};
fi
deploy:
stage: deploy
image: registry.hottis.de/dockerized/docker-bash:latest

View File

@ -1,10 +1,20 @@
openapi: 3.0.0
info:
title: hv2-api
version: "0.1"
version: "1"
description: "REST-API for the nober.de Hausverwaltungs-Software"
termsOfService: "https://home.hottis.de/dokuwiki/doku.php?id=hv2pub:termsofuse"
contact:
name: "Wolfgang Hottgenroth"
email: "wolfgang.hottgenroth@icloud.com"
externalDocs:
description: "Find more details on this API here"
url: "https://home.hottis.de/dokuwiki/doku.php?id=hv2pub:externaldocs"
server:
url: "https://api.hv.nober.de/v1"
paths:
/test:
/v1/test:
get:
tags: [ "Test" ]
summary: Return secret string