Skip to content

Commit 2901f72

Browse files
authored
Merge pull request #332 from XeroAPI/sid-development
Remove maxlength from Invoice reference
2 parents 51921d6 + eaac311 commit 2901f72

9 files changed

+10
-11
lines changed

xero-identity.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.6.0"
3+
version: "2.6.1"
44
title: Xero oAuth 2 identity service
55
description: This specifing endpoints related to managing authentication tokens and identity for Xero API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-au.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.6.0'
3+
version: '2.6.1'
44
title: 'Xero Payroll AU'
55
description: 'This is the Xero Payroll API for orgs in Australia region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-nz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.6.0'
3+
version: '2.6.1'
44
title: 'Xero Payroll NZ'
55
description: 'This is the Xero Payroll API for orgs in the NZ region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-uk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.6.0'
3+
version: '2.6.1'
44
title: 'Xero Payroll UK'
55
description: 'This is the Xero Payroll API for orgs in the UK region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-projects.yaml

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

xero_accounting.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: Accounting API
4-
version: "2.6.0"
4+
version: "2.6.1"
55
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
66
contact:
77
name: "Xero Platform Team"
@@ -20987,8 +20987,7 @@ components:
2098720987
maxLength: 255
2098820988
type: string
2098920989
Reference:
20990-
description: ACCREC only – additional reference number (max length = 255)
20991-
maxLength: 255
20990+
description: ACCREC only – additional reference number
2099220991
type: string
2099320992
BrandingThemeID:
2099420993
description: See BrandingThemes

xero_assets.yaml

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

xero_bankfeeds.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.6.0"
3+
version: "2.6.1"
44
title: Bank Feeds API
55
description: This specifing endpoints Xero Bank feeds API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero_files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
url: https://api.xero.com/files.xro/1.0/
55
info:
66
title: Xero Files API
7-
version: "2.6.0"
7+
version: "2.6.1"
88
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
99
contact:
1010
name: "Xero Platform Team"

0 commit comments

Comments
 (0)