Feature: Business logo API for web widget (#674)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
@@ -26,6 +26,6 @@ class Api::V1::Accounts::InboxesController < Api::BaseController
|
||||
end
|
||||
|
||||
def inbox_update_params
|
||||
params.require(:inbox).permit(:enable_auto_assignment)
|
||||
params.require(:inbox).permit(:enable_auto_assignment, :avatar)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user