diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74790c2..5b82827 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,6 @@ build: docker push $IMAGE_NAME:${CI_COMMIT_TAG}; fi - - deploy: stage: deploy image: registry.hottis.de/dockerized/docker-bash:latest diff --git a/openapi.yaml b/openapi.yaml index dca79f2..b40cfcb 100644 --- a/openapi.yaml +++ b/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 " +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