mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-25 13:59:14 +02:00
feat:#26 updated api doc
This commit is contained in:
@@ -187,6 +187,20 @@ paths:
|
|||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Successful response
|
description: Successful response
|
||||||
|
/api/courses/events:
|
||||||
|
get:
|
||||||
|
summary: Get Courses that have Events for specific semester
|
||||||
|
parameters:
|
||||||
|
- name: semester
|
||||||
|
in: query
|
||||||
|
description: semester
|
||||||
|
required: true
|
||||||
|
example: "ws"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: Successful response
|
||||||
/api/collections/feeds/records/{id}:
|
/api/collections/feeds/records/{id}:
|
||||||
get:
|
get:
|
||||||
summary: Get Modules selected for iCal feed
|
summary: Get Modules selected for iCal feed
|
||||||
|
Reference in New Issue
Block a user