Chatwoot/app/views/api/v1/accounts/show.json.jbuilder

9 lines
360 B
Ruby

json.id @account.id
json.name @account.name
json.locale @account.locale
json.domain @account.domain
json.custom_email_domain_enabled @account.custom_email_domain_enabled
json.support_email @account.support_email
json.features @account.all_features
json.auto_resolve_duration @account.auto_resolve_duration
json.latest_chatwoot_version @latest_chatwoot_version