diff options
author | 2022-08-31 13:20:52 -0400 | |
---|---|---|
committer | 2022-08-31 19:20:52 +0200 | |
commit | ecb97f4e0bae0735464880cd850e964f292f2e92 (patch) | |
tree | c0c6c6576beaf1e4a0bbd740d8db9341d77b2ae6 /docs/swagger.go | |
parent | [bugfix] Use custom blackfriday renderer to only add mention/hashtag links in... (diff) | |
download | gotosocial-ecb97f4e0bae0735464880cd850e964f292f2e92.tar.xz |
[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
Diffstat (limited to 'docs/swagger.go')
-rw-r--r-- | docs/swagger.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/swagger.go b/docs/swagger.go index 21d1c8c3d..ccf86a4cc 100644 --- a/docs/swagger.go +++ b/docs/swagger.go @@ -41,6 +41,7 @@ // read:statuses: grants read access to statuses // read:streaming: grants read access to streaming api // read:user: grants read access to user-level info +// read:notifications: grants read access to notifications // write: grants write access to everything // write:accounts: grants write access to accounts // write:blocks: grants write access to blocks |