Skip to content

Commit

Permalink
fix: Add missing page query parameter to trips endpoint (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: markgerrard <[email protected]>
  • Loading branch information
philsturgeon and markgerrard authored Oct 9, 2024
1 parent 8f9f7f7 commit 32c28c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,13 @@ paths:
schema:
type: boolean
default: false
- name: page
in: query
description: The page of results to be returned
required: false
schema:
type: number
default: 1
responses:
'200':
description: A list of available train trips
Expand Down

0 comments on commit 32c28c9

Please sign in to comment.