Skip to content

Commit 8a142f7

Browse files
authored
Merge pull request #601 from ronnel-santiago-xero/apib-5555_pageinfo_fix
[APIB-5555] Use the correct ref for bank transaction, contacts, credi…
2 parents a0197ba + c8943d9 commit 8a142f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

xero_accounting.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -24298,7 +24298,7 @@ components:
2429824298
type: array
2429924299
minItems: 1
2430024300
items:
24301-
$ref: '#/components/schemas/BankTransactions'
24301+
$ref: '#/components/schemas/BankTransaction'
2430224302
LineAmountTypes:
2430324303
description: Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types
2430424304
type: string
@@ -24933,7 +24933,7 @@ components:
2493324933
type: array
2493424934
minItems: 1
2493524935
items:
24936-
$ref: '#/components/schemas/Contacts'
24936+
$ref: '#/components/schemas/Contact'
2493724937
Budgets:
2493824938
type: object
2493924939
x-isObjectArray: true
@@ -25326,7 +25326,7 @@ components:
2532625326
type: array
2532725327
minItems: 1
2532825328
items:
25329-
$ref: '#/components/schemas/CreditNotes'
25329+
$ref: '#/components/schemas/CreditNote'
2533025330
Allocations:
2533125331
type: object
2533225332
x-isObjectArray: true
@@ -26578,7 +26578,7 @@ components:
2657826578
type: array
2657926579
minItems: 1
2658026580
items:
26581-
$ref: '#/components/schemas/ManualJournals'
26581+
$ref: '#/components/schemas/ManualJournal'
2658226582
ManualJournalLine:
2658326583
externalDocs:
2658426584
url: 'http://developer.xero.com/documentation/api/manual-journals/'
@@ -27412,7 +27412,7 @@ components:
2741227412
type: array
2741327413
minItems: 1
2741427414
items:
27415-
$ref: '#/components/schemas/Overpayments'
27415+
$ref: '#/components/schemas/Overpayment'
2741627416
Payments:
2741727417
type: object
2741827418
x-isObjectArray: true
@@ -27569,7 +27569,7 @@ components:
2756927569
type: array
2757027570
minItems: 1
2757127571
items:
27572-
$ref: '#/components/schemas/Payments'
27572+
$ref: '#/components/schemas/Payment'
2757327573
Prepayments:
2757427574
type: object
2757527575
x-isObjectArray: true
@@ -27698,7 +27698,7 @@ components:
2769827698
type: array
2769927699
minItems: 1
2770027700
items:
27701-
$ref: '#/components/schemas/Prepayments'
27701+
$ref: '#/components/schemas/Prepayment'
2770227702
PurchaseOrders:
2770327703
type: object
2770427704
x-isObjectArray: true
@@ -27855,7 +27855,7 @@ components:
2785527855
type: array
2785627856
minItems: 1
2785727857
items:
27858-
$ref: '#/components/schemas/PurchaseOrders'
27858+
$ref: '#/components/schemas/PurchaseOrder'
2785927859
PageInfo:
2786027860
type: object
2786127861
description: Pagination information

0 commit comments

Comments
 (0)