Skip to content

Commit

Permalink
Merge pull request #301 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
update version to 2.3.5
  • Loading branch information
SidneyAllen authored Oct 16, 2020
2 parents 9ccc990 + dd267a8 commit e14bbd5
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 26 deletions.
2 changes: 1 addition & 1 deletion xero-identity.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.3.4"
version: "2.3.5"
title: Xero oAuth 2 identity service
description: This specifing endpoints related to managing authentication tokens and identity for Xero API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-payroll-au.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '2.3.4'
version: '2.3.5'
title: 'Xero Payroll AU'
description: 'This is the Xero Payroll API for orgs in Australia region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-payroll-nz.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '2.3.4'
version: '2.3.5'
title: 'Xero Payroll NZ'
description: 'This is the Xero Payroll API for orgs in the NZ region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-payroll-uk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '2.3.4'
version: '2.3.5'
title: 'Xero Payroll UK'
description: 'This is the Xero Payroll API for orgs in the UK region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-projects.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.3.4"
version: "2.3.5"
title: Xero Projects API
description: This is the Xero Projects API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
64 changes: 46 additions & 18 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: Accounting API
version: "2.3.4"
version: "2.3.5"
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
contact:
name: "Xero Platform Team"
Expand Down Expand Up @@ -8870,37 +8870,65 @@ paths:
schema:
$ref: '#/components/schemas/Actions'
example: '{
"Actions":[
"Id": "f02c0dd1-1917-4d57-9853-997f6bcaf2bc",
"Status": "OK",
"ProviderName": "Java OA2 dev 01",
"DateTimeUTC": "/Date(1602883301013)/",
"Actions": [
{
"Name": "CreateApprovedInvoice",
"Status": "ALLOWED"
},
{
"Name": "CreateDraftPurchaseOrder",
"Status": "ALLOWED"
},
{
"Name": "CreateApprovedBill",
"Status": "ALLOWED"
},
{
"Name": "AttachFilesIntoInvoice",
"Status": "ALLOWED"
},
{
"Name":"UseMulticurrency",
"Status":"ALLOWED"
"Name": "UseMulticurrency",
"Status": "ALLOWED"
},
{
"Name":"CreateApprovedBill",
"Status":"NOT-ALLOWED"
"Name": "CreateDraftInvoice",
"Status": "ALLOWED"
},
{
"Name":"CreateDraftBill",
"Status":"ALLOWED"
"Name": "CreateRepeatingInvoice",
"Status": "ALLOWED"
},
{
"Name":"CreateRepeatingBill",
"Status":"NOT-ALLOWED"
"Name": "CreateRepeatingBill",
"Status": "ALLOWED"
},
{
"Name":"CreateApprovedInvoice",
"Status":"ALLOWED"
"Name": "CreateSentQuote",
"Status": "ALLOWED"
},
{
"Name":"AttachFilesIntoInvoice",
"Status":"ALLOWED"
"Name": "CreateInvoicePayment",
"Status": "ALLOWED"
},
{
"Name":"CreateDraftInvoice",
"Status":"ALLOWED"
"Name": "CreateApprovedPurchaseOrder",
"Status": "ALLOWED"
},
{
"Name": "CreateDraftQuote",
"Status": "ALLOWED"
},
{
"Name": "CreateDraftBill",
"Status": "ALLOWED"
}
]
}'
]
}'
'/Organisation/{OrganisationID}/CISSettings':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down
2 changes: 1 addition & 1 deletion xero_assets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.3.4"
version: "2.3.5"
title: Xero Assets API
description: This is the Xero Assets API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero_bankfeeds.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.3.4"
version: "2.3.5"
title: Bank Feeds API
description: This specifing endpoints Xero Bank feeds API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ servers:
url: https://api.xero.com/files.xro/1.0/
info:
title: Xero Files API
version: "2.3.4"
version: "2.3.5"
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
contact:
name: "Xero Platform Team"
Expand Down

0 comments on commit e14bbd5

Please sign in to comment.