Skip to main content
Version: Next

Assign a mapping rule to a tenant

PUT 

/tenants/:tenantKey/mapping-rules/:mappingKey

Assign a single mapping rule to a specified tenant.

Request

Path Parameters

    tenantKey int64required

    The unique identifier of the tenant.

    mappingKey int64required

    The unique identifier of the mapping rule.

Responses

The mapping rule was successfully assigned to the tenant.

Loading...