Chatwoot/app/views/api/v1/models/_agent_bot.json.jbuilder

9 lines
300 B
Text
Raw Normal View History

2021-06-01 17:04:25 +00:00
json.id resource.id
json.name resource.name
json.description resource.description
json.outgoing_url resource.outgoing_url
json.bot_type resource.bot_type
json.bot_config resource.bot_config
2021-06-01 17:04:25 +00:00
json.account_id resource.account_id
2021-11-26 19:18:46 +00:00
json.access_token resource.access_token if resource.access_token.present?