Assign a mapping rule to a tenant
PUT/tenants/:tenantKey/mapping-rules/:mappingKey
Assign a single mapping rule to a specified tenant.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The mapping rule was successfully assigned to the tenant.
The provided data is not valid.
Forbidden. The request is not allowed.
Not found. The tenant or mapping rule was not found.
An internal error occurred while processing the request.