summaryrefslogtreecommitdiff
path: root/internal/api/client/notifications/notificationsget_test.go
AgeCommit message (Collapse)AuthorFiles
2024-11-27[bugfix] Log + ignore unknown notification types (#3577)Libravatar tobi1
* [bugfix] Log + ignore unknown notification types * pass context to ParseNotificationTypes
2024-06-18[bugfix] rename `include_types[]` to `types[]` (#3023)Libravatar tobi1
2024-06-17[feature] Implement types[] param for notifications (#3009)Libravatar Vyr Cossont1
Counterpart of exclude_types[]. Also updates Swagger spec for types[] to use the correct param name and enumerate possible values. Fixes #3003