diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-06-03 21:02:02 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-06-03 21:02:57 +0300 |
commit | f13d6c7f78cfae4005b351248ce3e9069abf93e2 (patch) | |
tree | d52c3642d36041410ff5542cb775c31adfda76d6 /docs/api | |
parent | 080e1aa70e4af4e9cdc0589f28648468bf116d6b (diff) | |
download | pleroma-f13d6c7f78cfae4005b351248ce3e9069abf93e2.tar.gz |
update api to set skip_thread_containment
Diffstat (limited to 'docs/api')
-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 36b47608e..ed156836d 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -80,6 +80,7 @@ Additional parameters can be added to the JSON body/Form data: - `hide_favorites` - if true, user's favorites timeline will be hidden - `show_role` - if true, user's role (e.g admin, moderator) will be exposed to anyone in the API - `default_scope` - the scope returned under `privacy` key in Source subentity +- `skip_thread_containment` - if true, skip filtering out broken threads ## Authentication |