Chatwoot/app/views/api/v1/accounts/update.json.jbuilder
Sojan Jose bab9d663d2
Feature: API for updating account settings (#645)
* Feature: API for updating account settings

- API to update account locale
- API to update account name
- API to show account info
2020-03-29 12:16:31 +05:30

3 lines
72 B
Ruby

json.id @account.id
json.name @account.name
json.locale @account.locale