Skip to content

Commit b2d6245

Browse files
authored
Merge pull request #148 from XeroAPI/sid-development
Clean up info & server details
2 parents d4df0b9 + bc82341 commit b2d6245

File tree

6 files changed

+26
-17
lines changed

6 files changed

+26
-17
lines changed

accounting-yaml/Xero_accounting_2.0.0_swagger.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
openapi: 3.0.0
2-
servers:
3-
- url: 'https://api.xero.com/api.xro/2.0'
4-
- url: 'https://virtserver.swaggerhub.com/Xero/accounting/2.0.0'
52
info:
63
title: Accounting API
74
version: "2.0.0"
@@ -10,6 +7,9 @@ info:
107
name: "Xero Platform Team"
118
129
url: "https://developer.xero.com"
10+
servers:
11+
- description: Xero Accounting API servers
12+
url: https://api.xero.com/api.xro/2.0
1313
paths:
1414
/Accounts:
1515
parameters:

assets-yaml/Xero_assets_1.0.0_swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "1.0.0"
3+
version: "2.0.0"
44
title: Xero Assets API
55
description: This is the Xero Assets API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

bankfeeds-yaml/Xero_bankfeeds_1.0.0_swagger.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
openapi: 3.0.0
22
info:
3-
version: "1.0.0"
3+
version: "2.0.0"
44
title: Bank Feeds API
5-
description: The Xero Bank Feeds API
6-
contact:
7-
name: Xero API team
8-
5+
description: This specifing endpoints Xero Bank feeds API
6+
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
7+
contact:
8+
name: "Xero Platform Team"
9+
10+
url: "https://developer.xero.com"
911
license:
1012
name: MIT
1113
url: 'https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE'

identity-yaml/Xero-identity-1.0.0-swagger.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
openapi: 3.0.0
2-
servers:
3-
- url: 'https://api.xero.com'
42
info:
5-
version: "1.0.0"
3+
version: "2.0.0"
64
title: Xero oAuth 2 identity service
75
description: This specifing endpoints related to managing authentication tokens and identity for Xero API
86
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
97
contact:
108
name: "Xero Platform Team"
119
1210
url: "https://developer.xero.com"
11+
license:
12+
name: MIT
13+
url: 'https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE'
14+
servers:
15+
- description: Xero Identity service API
16+
url: 'https://api.xero.com'
1317
paths:
1418
/connections:
1519
get:

payroll-au-yaml/Xero-payroll-au-1.0.0-swagger.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
openapi: 3.0.0
2-
servers:
3-
- description: Xero Payroll AU API
4-
url: https://api.xero.com/payroll.xro/1.0/
52
info:
6-
version: '1.0.0'
3+
version: '2.0.0'
74
title: 'Xero Payroll AU'
85
description: 'This is the Xero Payroll API for orgs in Australia region.'
96
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
107
contact:
118
name: "Xero Platform Team"
129
1310
url: "https://developer.xero.com"
11+
license:
12+
name: MIT
13+
url: 'https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE'
14+
servers:
15+
- description: Xero Payroll AU API
16+
url: https://api.xero.com/payroll.xro/1.0/
1417
tags:
1518
- name: PayrollAU
1619
description: Operations available to regular developers

projects-yaml/Xero-projects-1.0.0-swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "1.0.0"
3+
version: "2.0.0"
44
title: Xero Projects API
55
description: This is the Xero Projects API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

0 commit comments

Comments
 (0)