Skip to content

Commit a52b94f

Browse files
Add pagesize parameter to BankTransactions
1 parent 3da41d0 commit a52b94f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xero_accounting.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,12 @@ paths:
11241124
example: 1
11251125
schema:
11261126
type: integer
1127+
- in: query
1128+
name: pageSize
1129+
description: Used with the page parameter. Sets the number of bank transactions to be returned per call when the pageSize parameter is used with the page parameter e.g. page=1&pageSize=250
1130+
example: 100
1131+
schema:
1132+
type: integer
11271133
- $ref: '#/components/parameters/unitdp'
11281134
responses:
11291135
'200':

0 commit comments

Comments
 (0)