feat: bulk actions to update conversation objects (#3934)

Added the endpoints for bulk updating conversation objects

Fixes: #3845 #3940 #3943
This commit is contained in:
Tejaswini Chile
2022-02-23 16:53:36 +05:30
committed by GitHub
parent 9059f5906a
commit 1ca1b4d36b
6 changed files with 295 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ Rails.application.routes.draw do
resource :contact_merge, only: [:create]
end
resource :bulk_actions, only: [:create]
resources :agents, only: [:index, :create, :update, :destroy]
resources :agent_bots, only: [:index, :create, :show, :update, :destroy]