removing with_move parameter

This commit is contained in:
Alexander Strizhakov 2020-03-16 20:05:21 +03:00
commit f3791add99
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
8 changed files with 16 additions and 34 deletions

View file

@ -117,7 +117,6 @@ The `type` value is `pleroma:emoji_reaction`. Has these fields:
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`