diff options
Diffstat (limited to 'internal/api/client/notifications/notificationget.go')
-rw-r--r-- | internal/api/client/notifications/notificationget.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/internal/api/client/notifications/notificationget.go b/internal/api/client/notifications/notificationget.go index 551eeca39..66bdefb28 100644 --- a/internal/api/client/notifications/notificationget.go +++ b/internal/api/client/notifications/notificationget.go @@ -38,6 +38,14 @@ import ( // produces: // - application/json // +// parameters: +// - +// name: id +// type: string +// description: The ID of the notification. +// in: path +// required: true +// // security: // - OAuth2 Bearer: // - read:notifications |