diff options
author | feld <feld@feld.me> | 2020-07-02 18:12:03 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-07-02 18:12:03 +0000 |
commit | 4f8e0170e98cb91e11e70a5cb7dc3972b3035599 (patch) | |
tree | cf7958401d4d7fd48e6244cd1035f5323032b85f /docs/API/differences_in_mastoapi_responses.md | |
parent | 4c044f62258b33a95b8281e1eb42a5e0ce47d42d (diff) | |
parent | 8121e46f25b2ea74bdcc635cab20bd17183bcca2 (diff) | |
download | pleroma-4f8e0170e98cb91e11e70a5cb7dc3972b3035599.tar.gz |
Merge branch 'activation-meta' into 'develop'
Add more FE-required fields to /api/v1/instance
See merge request pleroma/pleroma!2613
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 13920e5f9..72b5984ae 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -228,6 +228,7 @@ Has theses additional parameters (which are the same as in Pleroma-API): - `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 +- `pleroma.metadata.fields_limits`: A list of values detailing the length and count limitation for various instance-configurable fields. - `vapid_public_key`: The public key needed for push messages ## Markers |