diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-27 23:55:54 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-27 23:55:54 +0300 |
commit | ce3789e39ab0b63e634d583cbafbda7a9e4d7550 (patch) | |
tree | 890246985a98199aa9ca9bbdc4b25210106619a5 /docs/api/differences_in_mastoapi_responses.md | |
parent | 002ea343f8c6dc9669bce91942f835a2c7cc6ae7 (diff) | |
download | pleroma-ce3789e39ab0b63e634d583cbafbda7a9e4d7550.tar.gz |
Add default_scope to /api/v1/update_credentials
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-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 c69734e72..1350ace43 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -79,3 +79,4 @@ Additional parameters can be added to the JSON body/Form data: - `hide_follows` - if true, user's follows will be hidden - `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 |