Tenant
Enable a model for multiple tenants
Enable an LLM catalog model for all tenants or a list of tenants (superadmin).
put/tenants/models/{model_id}/bulk
Path parameters
model_idinteger required
ID of the LLM catalog model to enable.
ID of the LLM catalog model to enable.
Query parameters
cookie_namestring nullable
Request body
Example request
{
"all": true,
"tenant_ids": [
1,
2,
3
]
}Response
Successful Response