cURL
curl --request PATCH \ --url https://api.trychroma.com/api/v2/tenants/{tenant_name} \ --header 'Content-Type: application/json' \ --header 'x-chroma-token: <api-key>' \ --data ' { "resource_name": "<string>" } '
{}
Tenant to update
Tenant updated successfully
The response is of type object.
object