Type Alias: AssignGroupToTenantData
type AssignGroupToTenantData = object;
Defined in: gen/types.gen.ts:15988
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:15989
path
path: object;
Defined in: gen/types.gen.ts:15990
groupId
groupId: string;
The unique identifier of the group.
tenantId
tenantId: TenantId;
The unique identifier of the tenant.
query?
optional query: never;
Defined in: gen/types.gen.ts:16000
url
url: "/tenants/{tenantId}/groups/{groupId}";
Defined in: gen/types.gen.ts:16001