Skip to content

Commit

Permalink
fixed CalendarResponse being introduced in #324
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 28, 2023
1 parent e850ed1 commit 8a0fb71
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions openapi.yaml
Expand Up @@ -319,7 +319,7 @@ paths:
value: 5401.01.100A
humangenetik:
summary: A virtual room
value: '1543'
value: Gebäude 1543
responses:
'200':
description: More data about the requested building/room
Expand Down Expand Up @@ -1675,50 +1675,6 @@ components:
- parent_names
- props
- ranking_factors
CalendarResponse:
type: object
properties:
entries:
description: The entries of the requested
type: array
items:
$ref: '#/components/schemas/CalendarEntry'
last_sync:
description: When the last sync with TUMonline happened.
type: string
format: date-time
example: '2018-01-01T00:00:00'
required:
- entries
- last_sync
CalendarEntry:
type: object
properties:
title:
description: The title of the Entry
type: string
example: Quantenteleportation
entry_type:
description: The title of the Entry
type: string
enum:
- Lecture
- Excercise
start:
description: The start of the entry
type: string
format: date-time
example: '2018-01-01T00:00:00'
end:
description: The end of the entry
type: string
format: date-time
example: '2018-01-01T00:00:00'
required:
- title
- entry_type
- start
- end
RankingFactors:
type: object
properties:
Expand Down

0 comments on commit 8a0fb71

Please sign in to comment.