From 4ce5c37df5b69b09c6759ef751eb39a8bc839094 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:18:35 +0200 Subject: [bugfix] rename `include_types[]` to `types[]` (#3023) --- internal/api/client/notifications/notifications.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/api/client/notifications/notifications.go') 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" -- cgit v1.2.3