Appearance
Link Content Profile
PATCH
/api/v1/tenants/{tenant_id}/content-profile
Attach a Content Profile owned by the caller's org to the tenant.
The profile's organization_id must match the tenant's — this prevents
tenant admins from linking to another organization's profile even if they
somehow know its UUID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
tenant_id*
Type
Requiredinteger
Request Body
application/json
JSON "content_profile_id": "string"
{
}
Responses
Successful Response
application/json
JSON "additionalProperties": "string"
{
}