diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2019-07-14 21:43:30 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2019-07-14 21:43:30 +0300 |
commit | c729883936c7d258cb670929af9577aec3e22851 (patch) | |
tree | 17aec90897b221c000be1992001967a3861a6c10 /docs/api/differences_in_mastoapi_responses.md | |
parent | 0384459ce552c50edb582413808a099086b6495e (diff) | |
parent | 93701c3399add8af2d4a5d43b6f171d84655a533 (diff) | |
download | pleroma-c729883936c7d258cb670929af9577aec3e22851.tar.gz |
Merge branch 'develop' into feature/digest-email
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/api/differences_in_mastoapi_responses.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md index 2cbe1458d..3ee7115cf 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -46,14 +46,6 @@ Has these additional fields under the `pleroma` object: - `settings_store`: A generic map of settings for frontends. Opaque to the backend. Only returned in `verify_credentials` and `update_credentials` - `chat_token`: The token needed for Pleroma chat. Only returned in `verify_credentials` -### Extensions for PleromaFE - -These endpoints added for controlling PleromaFE features over the Mastodon API - -- PATCH `/api/v1/accounts/update_avatar`: Set/clear user avatar image -- PATCH `/api/v1/accounts/update_banner`: Set/clear user banner image -- PATCH `/api/v1/accounts/update_background`: Set/clear user background image - ### Source Has these additional fields under the `pleroma` object: |