chatwoot/chatwoot

View on GitHub
app/views/api/v1/accounts/inbox_members/update.json.jbuilder

Summary

Maintainability
Test Coverage
json.payload do
  json.array! @agents do |agent|
    json.partial! 'api/v1/models/agent', formats: [:json], resource: agent
  end
end