doc:#82 updated openapi.yml

This commit is contained in:
masterelmar
2023-12-13 10:39:06 +01:00
parent 1177901698
commit b7bf1bc409

View File

@@ -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