Add missing pagination headers to transaction endpoints in openapi spec

This commit is contained in:
dirk 2025-03-11 15:57:28 +00:00
parent e96fcc60be
commit 8bf7bec95b

View File

@ -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