mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:42:24 -05:00
[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
This commit is contained in:
parent
f01492ae48
commit
ecb97f4e0b
11 changed files with 172 additions and 12 deletions
|
|
@ -19,6 +19,8 @@
|
|||
package model
|
||||
|
||||
// Notification represents a notification of an event relevant to the user.
|
||||
//
|
||||
// swagger:model notification
|
||||
type Notification struct {
|
||||
// REQUIRED
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue