diff options
author | lain <lain@soykaf.club> | 2020-05-20 12:13:57 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-20 12:13:57 +0200 |
commit | 5b8105928b1b4c7e0846d6bf52df2dedad426106 (patch) | |
tree | 448ea0ce4686e19e9e089990e1fb28123793f1aa | |
parent | 8a6ddf26ac63f63f68ad065392dc7f8fde2215d4 (diff) | |
download | pleroma-5b8105928b1b4c7e0846d6bf52df2dedad426106.tar.gz |
Docs: Add background_image in instance
-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 6d37d9008..e65fd5da4 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -216,6 +216,7 @@ Has theses additional parameters (which are the same as in Pleroma-API): - `avatar_upload_limit`: The same for avatars - `background_upload_limit`: The same for backgrounds - `banner_upload_limit`: The same for banners +- `background_image`: A background image that frontends can use - `pleroma.metadata.features`: A list of supported features - `pleroma.metadata.federation`: The federation restrictions of this instance - `vapid_public_key`: The public key needed for push messages |