diff options
author | 2023-05-25 16:56:33 +0200 | |
---|---|---|
committer | 2023-05-25 16:56:33 +0200 | |
commit | e0962987aa4b4b06b467e556b56925019b944407 (patch) | |
tree | 5ec7a7a5515162d139da14692dc71ecfe9e24e77 /docs/api | |
parent | [feature] Configurable custom css length (#1827) (diff) | |
download | gotosocial-e0962987aa4b4b06b467e556b56925019b944407.tar.xz |
[bugfix/docs] Fix clear notifications API docs (#1831)
The handler is already hooked to the right path, it's just the docs that
were missing the path.
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 6c6b97a34..34a3dd7d1 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -5019,6 +5019,7 @@ paths: summary: Get notifications for currently authorized user. tags: - notifications + /api/v1/notifications/clear: post: description: Will return an empty object `{}` to indicate success. operationId: clearNotifications |