diff --git a/xero_accounting.yaml b/xero_accounting.yaml index dd9d33aa3..ad05a94c9 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -1338,6 +1338,7 @@ paths: schema: type: integer - $ref: '#/components/parameters/unitdp' + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type BankTransactions array with 0 to n BankTransaction @@ -3743,6 +3744,7 @@ paths: example: "Joe Bloggs" schema: type: string + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type Contacts array with 0 to N Contact @@ -5585,6 +5587,7 @@ paths: schema: type: integer - $ref: '#/components/parameters/unitdp' + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type Credit Notes array of CreditNote @@ -8251,6 +8254,7 @@ paths: type: boolean - $ref: '#/components/parameters/unitdp' - $ref: '#/components/parameters/summaryOnly' + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type Invoices array with all Invoices @@ -10999,6 +11003,7 @@ paths: example: 1 schema: type: integer + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type ManualJournals array with a all ManualJournals @@ -12811,6 +12816,7 @@ paths: example: 1 schema: type: integer + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type Payments array for all Payments @@ -14291,6 +14297,7 @@ paths: example: 1 schema: type: integer + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type PurchaseOrder array of all PurchaseOrder @@ -23447,6 +23454,13 @@ components: schema: type: string format: date + pageSize: + in: query + name: pageSize + description: Number of records to retrieve per page + example: 100 + schema: + type: integer AccountID: required: true in: path