summaryrefslogtreecommitdiff
path: root/internal/api/client/notifications/notifications.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/notifications/notifications.go')
-rw-r--r--internal/api/client/notifications/notifications.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/client/notifications/notifications.go b/internal/api/client/notifications/notifications.go
index ab015427e..cb1edf3ff 100644
--- a/internal/api/client/notifications/notifications.go
+++ b/internal/api/client/notifications/notifications.go
@@ -34,8 +34,8 @@ const (
BasePathWithID = BasePath + "/:" + IDKey
BasePathWithClear = BasePath + "/clear"
- // IncludeTypesKey names an array param specifying notification types to include.
- IncludeTypesKey = "include_types[]"
+ // TypesKey names an array param specifying notification types to include.
+ TypesKey = "types[]"
// ExcludeTypesKey names an array param specifying notification types to exclude.
ExcludeTypesKey = "exclude_types[]"
MaxIDKey = "max_id"