Add POST /api/v1/conversations/:id/unread (#25509)
This commit is contained in:
		
					parent
					
						
							
								c9cd634184
							
						
					
				
			
			
				commit
				
					
						1d622c8033
					
				
			
		
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -81,6 +81,7 @@ namespace :api, format: false do
 | 
			
		|||
    resources :conversations, only: [:index, :destroy] do
 | 
			
		||||
      member do
 | 
			
		||||
        post :read
 | 
			
		||||
        post :unread
 | 
			
		||||
      end
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue