added page and edit backend for edit calendar by token

This commit is contained in:
masterelmar
2023-10-17 11:01:26 +02:00
parent 01e32448c9
commit 0923d51b7e
11 changed files with 512 additions and 4 deletions

View File

@@ -1,7 +1,12 @@
openapi: 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