mirror of
https://git.dirksys.ovh/dirk/bankserver.git
synced 2025-12-20 11:09:21 +01:00
Add missing pagination headers to transaction endpoints in openapi spec
This commit is contained in:
parent
e96fcc60be
commit
8bf7bec95b
@ -149,6 +149,8 @@ paths:
|
|||||||
- bearer: []
|
- bearer: []
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/components/parameters/Direction'
|
- $ref: '#/components/parameters/Direction'
|
||||||
|
- $ref: '#/components/parameters/PaginationOffset'
|
||||||
|
- $ref: '#/components/parameters/PaginationLimit'
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Ok
|
description: Ok
|
||||||
@ -222,6 +224,8 @@ paths:
|
|||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/components/parameters/AccountId'
|
- $ref: '#/components/parameters/AccountId'
|
||||||
- $ref: '#/components/parameters/Direction'
|
- $ref: '#/components/parameters/Direction'
|
||||||
|
- $ref: '#/components/parameters/PaginationOffset'
|
||||||
|
- $ref: '#/components/parameters/PaginationLimit'
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Ok
|
description: Ok
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user