diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-11-26 18:48:56 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-11-27 17:52:02 +0700 |
commit | 1fc28a4b441fdc0de8b2b43e2b045da38ee50b0a (patch) | |
tree | d2794209c82c1df497f6926c910fff0d85621317 /docs/API | |
parent | 3c0abfca53751624ebd6ea7174ee880d9e7b29e7 (diff) | |
download | pleroma-1fc28a4b441fdc0de8b2b43e2b045da38ee50b0a.tar.gz |
Add a view for the move notification
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index e649bdf24..006d17c1b 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -92,6 +92,12 @@ Has these additional fields under the `pleroma` object: - `is_seen`: true if the notification was read by the user +### Move Notification + +The `type` value is `move`. Has an additional field: + +- `target`: new account + ## GET `/api/v1/notifications` Accepts additional parameters: |