From f4ec93faa85dd9858d520c0eebca1a511f20bca1 Mon Sep 17 00:00:00 2001 From: ronnel-santiago-xero Date: Thu, 4 Jul 2024 11:37:20 +1000 Subject: [PATCH] [APIB-5518] Adds the pageSize query parameter to GET /Overpayments and /Prepayments endpoints --- xero_accounting.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 4f41ff200..00fe7fdb5 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -12229,6 +12229,7 @@ paths: schema: type: integer - $ref: '#/components/parameters/unitdp' + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type Overpayments array with all Overpayments @@ -13808,6 +13809,7 @@ paths: schema: type: integer - $ref: '#/components/parameters/unitdp' + - $ref: '#/components/parameters/pageSize' responses: '200': description: Success - return response of type Prepayments array for all Prepayment