Mastodon API: Document changes.
authorlain <lain@soykaf.club>
Fri, 14 Jun 2019 09:24:09 +0000 (11:24 +0200)
committerlain <lain@soykaf.club>
Fri, 14 Jun 2019 09:24:09 +0000 (11:24 +0200)
CHANGELOG.md
docs/api/differences_in_mastoapi_responses.md

index 7ecdfe93938877bde8881d46de6ae4fd75f73dc7..11f041bdb3f9359d89bdb521fd6f7947ed9a54bb 100644 (file)
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Admin API: Endpoints for managing reports
 - Admin API: Endpoints for deleting and changing the scope of individual reported statuses
 - AdminFE: initial release with basic user management accessible at /pleroma/admin/
+- Mastodon API: Add background image setting to update_credentials
 - Mastodon API: [Scheduled statuses](https://docs.joinmastodon.org/api/rest/scheduled-statuses/)
 - Mastodon API: `/api/v1/notifications/destroy_multiple` (glitch-soc extension)
 - Mastodon API: `/api/v1/pleroma/accounts/:id/favourites` (API extension)
index f5766c2d922744c3c9cee95ce3d3fa8adf36d820..a336799dc40d23a2e40ee50570b3ffdfabe8c722 100644 (file)
@@ -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.