Chatwoot/app/views/api/v1/accounts/inbox_members/create.json.jbuilder

6 lines
130 B
Text
Raw Normal View History

json.payload do
json.array! @agents do |agent|
json.partial! 'api/v1/models/agent.json.jbuilder', resource: agent
end
end