Skip to content

Commit

Permalink
list all bookings for event
Browse files Browse the repository at this point in the history
  • Loading branch information
espen committed Feb 29, 2024
1 parent 1e6ffb5 commit 7d2b6d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,10 @@ You should always specify COUNT or UNTIL with RRULE. The max number of occurrenc

`DELETE /events/{event_id}` will delete existing event with id `{event_id}`. Deleting a event will set it to active=false and will not be returned in any listings.

### List bookings

`GET /events/{event_id}/bookings` will return all bookings for event with id `{event_id}`.

## Resources

### Attributes
Expand Down

0 comments on commit 7d2b6d7

Please sign in to comment.