Files
archived-chatwoot/app/views/platform/api/v1/models/_account.json.jbuilder
2022-12-14 18:24:02 -08:00

10 lines
288 B
Ruby

json.id resource.id
json.name resource.name
json.locale resource.locale
json.domain resource.domain
json.support_email resource.support_email
json.features resource.enabled_features
json.custom_attributes resource.custom_attributes
json.limits resource.limits
json.status resource.status