Skip to content

Commit 004fb15

Browse files
authored
Merge pull request #581 from XeroAPI/PETOSS-345-Xero-OpenAPI
PETOSS-345 - Fix the Idempotency key order in method definitions
2 parents 5b047f4 + 9e0748c commit 004fb15

11 files changed

+55
-43
lines changed

xero-app-store.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.40.3"
3+
version: "3.0.0"
44
title: Xero AppStore API
55
description: These endpoints are for Xero Partners to interact with the App Store Billing platform
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-finance.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.40.3"
3+
version: "3.0.0"
44
title: Xero Finance API
55
description: The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

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.40.3"
3+
version: "3.0.0"
44
title: Xero OAuth 2 Identity Service API
55
description: These endpoints are 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

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.40.3"
3+
version: "3.0.0"
44
title: 'Xero Payroll AU API'
55
description: 'This is the Xero Payroll API for orgs in Australia region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
@@ -558,6 +558,7 @@ paths:
558558
]
559559
}'
560560
requestBody:
561+
required: true
561562
content:
562563
application/json:
563564
schema:
@@ -2408,6 +2409,7 @@ paths:
24082409
]
24092410
}'
24102411
requestBody:
2412+
required: true
24112413
content:
24122414
application/json:
24132415
schema:
@@ -2658,6 +2660,7 @@ paths:
26582660
]
26592661
}'
26602662
requestBody:
2663+
required: true
26612664
content:
26622665
application/json:
26632666
schema:
@@ -3019,6 +3022,7 @@ paths:
30193022
]
30203023
}'
30213024
requestBody:
3025+
required: true
30223026
content:
30233027
application/json:
30243028
schema:
@@ -3536,6 +3540,7 @@ paths:
35363540
]
35373541
}'
35383542
requestBody:
3543+
required: true
35393544
content:
35403545
application/json:
35413546
schema:

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.40.3"
3+
version: "3.0.0"
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.40.3"
3+
version: "3.0.0"
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.40.3"
3+
version: "3.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)