Chatwoot/app/views/api/v1/accounts/notification_settings/show.json.jbuilder

6 lines
253 B
Text
Raw Normal View History

json.id @notification_setting.id
json.user_id @notification_setting.user_id
json.account_id @notification_setting.account_id
json.all_email_flags @notification_setting.all_email_flags
json.selected_email_flags @notification_setting.selected_email_flags