Type Alias: AssignMappingRuleToTenantData
type AssignMappingRuleToTenantData = object;
Properties
body?
optional body?: never;
path
path: object;
mappingRuleId
mappingRuleId: string;
The unique identifier of the mapping rule.
tenantId
tenantId: TenantId;
The unique identifier of the tenant.
query?
optional query?: never;
url
url: "/tenants/{tenantId}/mapping-rules/{mappingRuleId}";