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