Chatwoot/app/views/api/v1/accounts/integrations/apps/index.json.jbuilder

8 lines
161 B
Text
Raw Normal View History

json.array! @apps do |app|
json.id app.id
json.name app.name
json.logo app.logo
json.enabled app.enabled?(@current_account)
json.button app.button
end