adjust header of openapi.yml
This commit is contained in:
parent
f826248b69
commit
b64d04c45a
@ -37,8 +37,6 @@ build:
|
||||
docker push $IMAGE_NAME:${CI_COMMIT_TAG};
|
||||
fi
|
||||
|
||||
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
image: registry.hottis.de/dockerized/docker-bash:latest
|
||||
|
12
openapi.yaml
12
openapi.yaml
@ -1,10 +1,18 @@
|
||||
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: "Wolfgang Hottgenroth <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
|
||||
|
Loading…
x
Reference in New Issue
Block a user