From ecb97f4e0bae0735464880cd850e964f292f2e92 Mon Sep 17 00:00:00 2001 From: Blackle Morisanchetto Date: Wed, 31 Aug 2022 13:20:52 -0400 Subject: [feature] Add support for the exclude_types[] parameter on the notifications endpoint (#784) * Add support for the exclude_types[] parameter on the notifications endpoint * Add swagger docs to notifications --- internal/api/model/notification.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/api/model/notification.go') diff --git a/internal/api/model/notification.go b/internal/api/model/notification.go index efcd2431b..c43e80b3b 100644 --- a/internal/api/model/notification.go +++ b/internal/api/model/notification.go @@ -19,6 +19,8 @@ package model // Notification represents a notification of an event relevant to the user. +// +// swagger:model notification type Notification struct { // REQUIRED -- cgit v1.2.3