Skip to content

Commit

Permalink
Merge pull request #601 from ronnel-santiago-xero/apib-5555_pageinfo_fix
Browse files Browse the repository at this point in the history
[APIB-5555] Use the correct ref for bank transaction, contacts, credi…
  • Loading branch information
manishT72 authored Jun 28, 2024
2 parents a0197ba + c8943d9 commit 8a142f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -24933,7 +24933,7 @@ components:
type: array
minItems: 1
items:
$ref: '#/components/schemas/Contacts'
$ref: '#/components/schemas/Contact'
Budgets:
type: object
x-isObjectArray: true
Expand Down Expand Up @@ -25326,7 +25326,7 @@ components:
type: array
minItems: 1
items:
$ref: '#/components/schemas/CreditNotes'
$ref: '#/components/schemas/CreditNote'
Allocations:
type: object
x-isObjectArray: true
Expand Down Expand Up @@ -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/'
Expand Down Expand Up @@ -27412,7 +27412,7 @@ components:
type: array
minItems: 1
items:
$ref: '#/components/schemas/Overpayments'
$ref: '#/components/schemas/Overpayment'
Payments:
type: object
x-isObjectArray: true
Expand Down Expand Up @@ -27569,7 +27569,7 @@ components:
type: array
minItems: 1
items:
$ref: '#/components/schemas/Payments'
$ref: '#/components/schemas/Payment'
Prepayments:
type: object
x-isObjectArray: true
Expand Down Expand Up @@ -27698,7 +27698,7 @@ components:
type: array
minItems: 1
items:
$ref: '#/components/schemas/Prepayments'
$ref: '#/components/schemas/Prepayment'
PurchaseOrders:
type: object
x-isObjectArray: true
Expand Down Expand Up @@ -27855,7 +27855,7 @@ components:
type: array
minItems: 1
items:
$ref: '#/components/schemas/PurchaseOrders'
$ref: '#/components/schemas/PurchaseOrder'
PageInfo:
type: object
description: Pagination information
Expand Down

0 comments on commit 8a142f7

Please sign in to comment.