Skip to content
Snippets Groups Projects
Unverified Commit 09d789e7 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Add POST /api/v1/notifications/:id/dismiss (#8905)

POST /api/v1/notifications/dismiss was a mistake in #2251
parent 886af5ce
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,10 @@ Rails.application.routes.draw do
resources :notifications, only: [:index, :show] do
collection do
post :clear
post :dismiss # Deprecated
end
member do
post :dismiss
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment