API param to exclude notification types from response (#1341)
* Add exclude_types param to /api/v1/notifications * Exclude notification types in web UI through exclude_types in the API
This commit is contained in:
parent
0687ab8ae3
commit
2810013b93
6 changed files with 100 additions and 17 deletions
1
Gemfile
1
Gemfile
|
@ -68,6 +68,7 @@ end
|
|||
|
||||
group :test do
|
||||
gem 'faker'
|
||||
gem 'rails-controller-testing'
|
||||
gem 'rspec-sidekiq'
|
||||
gem 'simplecov', require: false
|
||||
gem 'webmock'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue