Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Add list of possible statuses for a class
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvandeven committed Mar 31, 2020
1 parent 41ecab5 commit cd7f6f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_v1/schedule_get.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Example calls
BookingOpen
[Date] Date from which bookings for this class will be accepted (YYYY-MM-DD)
BookingStatus
[String] Booking status
[String] Booking status. One of "ok", "full", "not_yet_open", "ongoing", "cancelled" or "finished".
BookingSpacesAvailable
[String] Available spaces for online booking
Cancelled
Expand Down
2 changes: 1 addition & 1 deletion api_v1/schedule_get_days.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ schedule_get_days
BookingOpen
[Date] Date from which bookings for this class will be accepted (YYYY-MM-DD)
BookingStatus
[String] Booking status
[String] Booking status. One of "ok", "full", "not_yet_open", "ongoing", "cancelled" or "finished".
BookingSpacesAvailable
[String] Available spaces for online booking
Cancelled
Expand Down

0 comments on commit cd7f6f2

Please sign in to comment.