From b7bf1bc4099bc1fbbca52672738e0ec24249bdc5 Mon Sep 17 00:00:00 2001 From: masterelmar <18119527+masterElmar@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:39:06 +0100 Subject: [PATCH] doc:#82 updated openapi.yml --- backend/openapi.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/backend/openapi.yml b/backend/openapi.yml index 69af1c5..c32b761 100644 --- a/backend/openapi.yml +++ b/backend/openapi.yml @@ -8,7 +8,7 @@ servers: - url: http://localhost:8090 description: Local server paths: - /api/fetchPlans: + /api/fetch/events: get: summary: Fetch Seminar Plans security: @@ -16,7 +16,7 @@ paths: responses: '200': description: Successful response - /api/fetchGroups: + /api/fetch/groups: get: summary: Fetch Seminar Groups security: @@ -24,6 +24,14 @@ paths: responses: '200': description: Successful response + /api/fetch/sports: + get: + summary: Fetch Sport Events from HTWK Leipzig + security: + - ApiKeyAuth: [ ] + responses: + '200': + description: Successful response /api/modules: delete: summary: Delete Module