[bugfix] rename include_types[] to types[] (#3023)

This commit is contained in:
tobi
2024-06-18 18:18:35 +02:00
committed by GitHub
parent d2b3d37724
commit 4ce5c37df5
6 changed files with 19 additions and 19 deletions

View File

@ -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"