Skip to content

Update Custom Attributes

PATCH
/api/v1/tenants/{tenant_id}/custom-attributes

Upsert TenantBehaviorOverride row for this tenant.

Writes the three behavior fields locally instead of round-tripping to
Chatwoot — TenantConfigFetcher prefers this row over the Chatwoot
fallback. We also invalidate the in-process fetcher cache so the bot
picks up the change on the next message.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

tenant_id*
Type
integer
Required

Request Body

application/json
JSON
{
  
"default_language": "string",
  
"handoff_phrases": [
  
  
"string"
  
],
  
"redirect_url_for_products": "string"
}

Responses

Successful Response

application/json
JSON
{
  
"additionalProperties": true
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation