Merge pull request #15797 from Budibase/feature/gro-984-send-tenant-id
[Added] Multi-tenant functionality will need the tenantId in GetLicenseRequest
This commit is contained in:
commit
95b3bc5caf
|
@ -6,6 +6,7 @@ export interface GetLicenseRequest {
|
||||||
// All fields should be optional to cater for
|
// All fields should be optional to cater for
|
||||||
// historical versions of budibase
|
// historical versions of budibase
|
||||||
quotaUsage?: QuotaUsage
|
quotaUsage?: QuotaUsage
|
||||||
|
tenantId?: string
|
||||||
install: {
|
install: {
|
||||||
id: string
|
id: string
|
||||||
tenantId: string
|
tenantId: string
|
||||||
|
|
Loading…
Reference in New Issue