diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-14 16:49:28 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-14 16:49:28 +0000 |
commit | 62ffc00a5d5975a75c905bc728feb71cd15a34d3 (patch) | |
tree | 8f71fe152d00b272774aeeeeb65f302f667f7a91 /docs/api | |
parent | 270f09dbc2cb145e5a06b72189bd1b91dd3d3a02 (diff) | |
parent | 774637a2f4505d62a2afb243b04ba283030047dc (diff) | |
download | pleroma-62ffc00a5d5975a75c905bc728feb71cd15a34d3.tar.gz |
Merge branch 'feature/add-background-image-to-mastoapi' into 'develop'
AccountView: Add user background.
See merge request pleroma/pleroma!1280
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 f5766c2d9..a336799dc 100644 --- a/docs/api/differences_in_mastoapi_responses.md +++ b/docs/api/differences_in_mastoapi_responses.md @@ -84,6 +84,7 @@ Additional parameters can be added to the JSON body/Form data: - `default_scope` - the scope returned under `privacy` key in Source subentity - `pleroma_settings_store` - Opaque user settings to be saved on the backend. - `skip_thread_containment` - if true, skip filtering out broken threads +- `pleroma_background_image` - sets the background image of the user. ### Pleroma Settings Store Pleroma has mechanism that allows frontends to save blobs of json for each user on the backend. This can be used to save frontend-specific settings for a user that the backend does not need to know about. |