Skip to main content
PATCH
/
api
/
v2
/
tenants
/
{tenant_name}
Updates an existing tenant by name.
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>"
}
'
{}

Authorizations

x-chroma-token
string
header
required

Path Parameters

tenant_name
string
required

Tenant to update

Body

application/json
resource_name
string
required

Response

Tenant updated successfully

The response is of type object.