feat: Add APIs for custom attribute definitions (#2689)
This commit is contained in:
@@ -92,6 +92,7 @@ Rails.application.routes.draw do
|
||||
get :metrics
|
||||
end
|
||||
end
|
||||
resources :custom_attribute_definitions, only: [:index, :show, :create, :update, :destroy]
|
||||
resources :custom_filters, only: [:index, :show, :create, :update, :destroy]
|
||||
resources :inboxes, only: [:index, :create, :update, :destroy] do
|
||||
get :assignable_agents, on: :member
|
||||
|
||||
Reference in New Issue
Block a user