Update a portal to account
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
The numeric ID of the account
The slug identifier of the portal
Header color for help-center in hex format
"#FFFFFF"
Custom domain to display help center.
"chatwoot.help"
Help center header
"Handbook"
link to main dashboard
"https://www.chatwoot.com/"
Name for the portal
"Handbook"
Page title for the portal
"Handbook"
Slug for the portal to display in link
"handbook"
Status to check if portal is live
false
Configuration about supporting locales
{
"allowed_locales": ["en", "es"],
"default_locale": "en"
}Success