From 8bf7bec95b060ecf884c9891b5f8025c8c88a37f Mon Sep 17 00:00:00 2001 From: dirk Date: Tue, 11 Mar 2025 15:57:28 +0000 Subject: [PATCH] Add missing pagination headers to transaction endpoints in openapi spec --- openapi-def.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi-def.yaml b/openapi-def.yaml index 3e779a4..ea6943c 100644 --- a/openapi-def.yaml +++ b/openapi-def.yaml @@ -149,6 +149,8 @@ paths: - bearer: [] parameters: - $ref: '#/components/parameters/Direction' + - $ref: '#/components/parameters/PaginationOffset' + - $ref: '#/components/parameters/PaginationLimit' responses: 200: description: Ok @@ -222,6 +224,8 @@ paths: parameters: - $ref: '#/components/parameters/AccountId' - $ref: '#/components/parameters/Direction' + - $ref: '#/components/parameters/PaginationOffset' + - $ref: '#/components/parameters/PaginationLimit' responses: 200: description: Ok