Skip to content

Commit

Permalink
added agendaView to topics
Browse files Browse the repository at this point in the history
  • Loading branch information
Bri74 committed Apr 15, 2024
1 parent 210728c commit c3f6c50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3523,7 +3523,11 @@ components:
type: integer
example: 1
description: Number of days per week the booking is available, starting from startDate weekday, or monday if missing
required: [ disclaimer, showCalendar, slotLength, slotsPerHour, startDate, startHour, endHour, maxBookingsPerDay, canBeCancelled, daysPerWeek ]
agendaView:
type: boolean
example: false
description: Specifies if the scope requires the default agenda display
required: [ disclaimer, showCalendar, slotLength, slotsPerHour, startDate, startHour, endHour, maxBookingsPerDay, canBeCancelled, daysPerWeek, agendaView ]
BookingTopic:
allOf:
- $ref: '#/components/schemas/BookingTopicLeaf'
Expand Down

0 comments on commit c3f6c50

Please sign in to comment.