Merge branch '10-roomfinder' of github.com:masterElmar/htwkalender into 10-roomfinder

This commit is contained in:
Tom Wahl
2023-10-28 13:22:02 +02:00
50 changed files with 2432 additions and 498 deletions

View File

@@ -1,7 +1,12 @@
xopenapi: 3.0.0
info:
title: Your API
version: 1.0.0
title: HTWKalendar API
version: 1.0.1
servers:
- url: https://cal.ekresse.de
description: Production server
- url: http://localhost:8090
description: Local server
paths:
/api/fetchPlans:
get:
@@ -29,7 +34,20 @@ paths:
description: Successful response
/api/feed:
get:
summary: Get iCal Feed
summary: Get iCal Feed for calendar
responses:
'200':
description: Successful response
/api/collections/feeds/records/{id}:
get:
summary: Get Modules selected for iCal feed
parameters:
- name: id
in: path
description: calendar token
required: true
schema:
type: string
responses:
'200':
description: Successful response