Files
chatwoot/enterprise/app/controllers/api/v1/accounts/enterprise_accounts_controller.rb
Sojan Jose 4e28481f27 feat: Conversation API to return applied_sla and sla_events (#9174)
* chore: Add sla_events to push_event_data

* chore: Return SLA details in the API

* chore: feature lock sla push event data

* Update _conversation.json.jbuilder

* chore: rubocop fixes
2024-04-01 23:30:07 +05:30

3 lines
94 B
Ruby

class Api::V1::Accounts::EnterpriseAccountsController < Api::V1::Accounts::BaseController
end