You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-OAS-version.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ jobs:
65
65
- name: Update OAS version of the spec yaml files
66
66
run: |
67
67
for file in xero_accounting.yaml xero_assets.yaml xero_bankfeeds.yaml xero_files.yaml xero-app-store.yaml xero-finance.yaml xero-identity.yaml xero-payroll-au.yaml xero-payroll-nz.yaml xero-payroll-uk.yaml xero-projects.yaml; do
description: Override the base server url that include version
54
54
operationId: deleteConnection
55
55
summary: Deletes a connection for this user (i.e. disconnect a tenant)
56
-
x-basepath: 'https://api.xero.com'
56
+
x-basepath: https://api.xero.com
57
57
parameters:
58
58
- required: true
59
59
in: path
@@ -63,15 +63,15 @@ paths:
63
63
type: string
64
64
format: uuid
65
65
responses:
66
-
'204':
66
+
"204":
67
67
description: Success - connection has been deleted no content returned
68
-
'404':
68
+
"404":
69
69
description: Resource not found
70
70
components:
71
71
schemas:
72
72
Connection:
73
73
externalDocs:
74
-
url: 'http://developer.xero.com'
74
+
url: http://developer.xero.com
75
75
properties:
76
76
id:
77
77
description: Xero identifier
@@ -96,16 +96,16 @@ components:
96
96
type: string
97
97
format: date-time
98
98
x-is-datetime: true
99
-
x-php-format: '\DateTime'
99
+
x-php-format: \DateTime
100
100
updatedDateUtc:
101
101
description: The date when the user most recently connected this tenant to your app. May differ to the created date if the user has disconnected and subsequently reconnected this tenant to your app.
0 commit comments