mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
36 lines
723 B
YAML
36 lines
723 B
YAML
openapi: 3.0.0
|
|
info:
|
|
title: Your API
|
|
version: 1.0.0
|
|
paths:
|
|
/api/fetchPlans:
|
|
get:
|
|
summary: Fetch Seminar Plans
|
|
responses:
|
|
'200':
|
|
description: Successful response
|
|
/api/fetchGroups:
|
|
get:
|
|
summary: Fetch Seminar Groups
|
|
responses:
|
|
'200':
|
|
description: Successful response
|
|
/api/rooms:
|
|
get:
|
|
summary: Get Rooms
|
|
responses:
|
|
'200':
|
|
description: Successful response
|
|
/api/feedURL:
|
|
get:
|
|
summary: Get iCal Feed URL
|
|
responses:
|
|
'200':
|
|
description: Successful response
|
|
/api/feed:
|
|
get:
|
|
summary: Get iCal Feed
|
|
responses:
|
|
'200':
|
|
description: Successful response
|