Skip to content

Commit ae649f8

Browse files
authored
Merge pull request #185 from XeroAPI/AddTenantName
Add tenantName to Get /connections of xero-identity.yaml
2 parents f05adb3 + dcce10d commit ae649f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

identity-yaml/xero-identity.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ paths:
3838
{
3939
"id": "7cb59f93-2964-421d-bb5e-a0f7a4572a44",
4040
"tenantId": "fe79f7dd-b6d4-4a92-ba7b-538af6289c58",
41+
"tenantName": "Demo Company (NZ)",
4142
"tenantType": "ORGANISATION",
4243
"createdDateUtc": "2019-12-07T18:46:19.5165400",
4344
"updatedDateUtc": "2019-12-07T18:46:19.5187840"
@@ -83,6 +84,9 @@ components:
8384
tenantType:
8485
description: Xero tenant type (i.e. ORGANISATION, PRACTICE)
8586
type: string
87+
tenantName:
88+
description: Xero tenant name
89+
type: string
8690
createdDateUTC:
8791
description: The date when the user connected this tenant to your app
8892
type: string
@@ -177,4 +181,4 @@ components:
177181
payroll.timesheets: Grant read-write access to
178182
payroll.timesheets.read: Grant read-only access to
179183
projects: Grant read-write access to projects
180-
projects.read: Grant read-only access to projects
184+
projects.read: Grant read-only access to projects

0 commit comments

Comments
 (0)