From 32c28c9f8a94399e852f1786fb7321adc002853d Mon Sep 17 00:00:00 2001 From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:15:37 +0100 Subject: [PATCH] fix: Add missing page query parameter to trips endpoint (#29) Co-authored-by: markgerrard --- openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 20207b1..436fa30 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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