diff options
author | rinpatch <rinpatch@sdf.org> | 2019-12-09 10:16:26 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-09 10:16:26 +0000 |
commit | 1e2bb450dbff1b8c0eee5d131992ec0a9e57c743 (patch) | |
tree | be332e9c0e8157f94bf583ba836668da52b1bd33 | |
parent | af5fef1f228a1781d7d9cad490d3b3a783389f5e (diff) | |
parent | b4027e71871b4a73f0ee9f0431af7c6208e51f8d (diff) | |
download | pleroma-1e2bb450dbff1b8c0eee5d131992ec0a9e57c743.tar.gz |
Merge branch 'move-api-docs' into 'develop'
Document `with_move` parameter of the notification API
See merge request pleroma/pleroma!2047
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 006d17c1b..566789ec7 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -103,6 +103,7 @@ The `type` value is `move`. Has an additional field: Accepts additional parameters: - `exclude_visibilities`: will exclude the notifications for activities with the given visibilities. The parameter accepts an array of visibility types (`public`, `unlisted`, `private`, `direct`). Usage example: `GET /api/v1/notifications?exclude_visibilities[]=direct&exclude_visibilities[]=private`. +- `with_move`: boolean, when set to `true` will include Move notifications. `false` by default. ## POST `/api/v1/statuses` |