mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
7 lines
232 B
Ruby
7 lines
232 B
Ruby
json.id resource.id
|
|
json.name resource.name
|
|
json.description resource.description
|
|
json.outgoing_url resource.outgoing_url
|
|
json.account_id resource.account_id
|
|
json.access_token resource.access_token if resource.access_token.present?
|