feat: Ability to search conversation with message content (#1265)
- API end point which takes message content as search parameter - end point supports additional filtering with labels and inbox ids - swagger doc
This commit is contained in:
@@ -47,6 +47,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
resources :conversations, only: [:index, :create, :show] do
|
||||
get 'meta', on: :collection
|
||||
get 'search', on: :collection
|
||||
scope module: :conversations do
|
||||
resources :messages, only: [:index, :create]
|
||||
resources :assignments, only: [:create]
|
||||
|
||||
Reference in New Issue
Block a user