mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
8 lines
225 B
Ruby
8 lines
225 B
Ruby
json.id resource.id
|
|
json.app_id resource.app_id
|
|
json.status resource.enabled?
|
|
json.inbox resource.inbox&.slice(:id, :name)
|
|
json.account_id resource.account_id
|
|
json.hook_type resource.hook_type
|
|
json.settings resource.settings
|