Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APIB-5555] Use the correct ref for bank transaction, contacts, credi… #601

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading