From c8943d960993bad1cb3f1b07176f132bb2f59414 Mon Sep 17 00:00:00 2001 From: ronnel-santiago-xero Date: Fri, 28 Jun 2024 17:31:08 +1000 Subject: [PATCH] [APIB-5555] Use the correct ref for bank transaction, contacts, creditnotes, manual journals, overpayments, payments, prepayments, purchase orders --- xero_accounting.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 9d0579276..df6e4740e 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -24298,7 +24298,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/BankTransactions' + $ref: '#/components/schemas/BankTransaction' LineAmountTypes: description: Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types type: string @@ -24933,7 +24933,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Contacts' + $ref: '#/components/schemas/Contact' Budgets: type: object x-isObjectArray: true @@ -25326,7 +25326,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/CreditNotes' + $ref: '#/components/schemas/CreditNote' Allocations: type: object x-isObjectArray: true @@ -26578,7 +26578,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/ManualJournals' + $ref: '#/components/schemas/ManualJournal' ManualJournalLine: externalDocs: url: 'http://developer.xero.com/documentation/api/manual-journals/' @@ -27412,7 +27412,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Overpayments' + $ref: '#/components/schemas/Overpayment' Payments: type: object x-isObjectArray: true @@ -27569,7 +27569,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Payments' + $ref: '#/components/schemas/Payment' Prepayments: type: object x-isObjectArray: true @@ -27698,7 +27698,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Prepayments' + $ref: '#/components/schemas/Prepayment' PurchaseOrders: type: object x-isObjectArray: true @@ -27855,7 +27855,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/PurchaseOrders' + $ref: '#/components/schemas/PurchaseOrder' PageInfo: type: object description: Pagination information