Skip to content

Commit

Permalink
Update from OAS 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Jul 30, 2024
1 parent 1fac240 commit 5d5278b
Show file tree
Hide file tree
Showing 64 changed files with 5,616 additions and 515 deletions.
70 changes: 70 additions & 0 deletions docs/v2/accounting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"BankTransactions" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -2326,6 +2333,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"Contacts" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -2564,6 +2578,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"CreditNotes" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -3280,6 +3301,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"Invoices" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -3526,6 +3554,13 @@
"title" : "",
"type" : "object",
"properties" : {
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"Journals" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -3919,6 +3954,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"ManualJournals" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -4256,6 +4298,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"Overpayments" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -4524,6 +4573,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"Payments" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -4692,6 +4748,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"Prepayments" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -4894,6 +4957,13 @@
"pagination" : {
"$ref" : "#/components/schemas/Pagination"
},
"Warnings" : {
"type" : "array",
"description" : "Displays array of warning messages from the API",
"items" : {
"$ref" : "#/components/schemas/ValidationError"
}
},
"PurchaseOrders" : {
"type" : "array",
"items" : {
Expand Down
Loading

0 comments on commit 5d5278b

Please sign in to comment.