Skip to content

Commit

Permalink
added missing page parameter to bookings
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Oct 15, 2024
1 parent 32c28c9 commit 8d5a25f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,16 @@ paths:
description: Returns a list of all trip bookings by the authenticated user.
tags:
- Bookings
parameters:
- name: page
in: query
description: The page number to return
required: false
schema:
type: integer
minimum: 1
default: 1
example: 1
responses:
'200':
description: A list of bookings
Expand Down

0 comments on commit 8d5a25f

Please sign in to comment.