diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-02 12:59:45 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-02 12:59:45 -0500 |
commit | 02d855b2b9a4bb88f0ddd7edc9bca30b66dbf241 (patch) | |
tree | c3f0a96a09edc614c7b087efbf2e3d388b32087d | |
parent | d44ec2bf4ced0278b8cc5a0b5fa36fcfe38df38b (diff) | |
download | pleroma-02d855b2b9a4bb88f0ddd7edc9bca30b66dbf241.tar.gz |
Document the new API extension of /api/v1/instance
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6928dcd..e21318580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). <summary>API Changes</summary> - **Breaking:** Emoji API: changed methods and renamed routes. +- Added `pleroma.metadata.fields_limits` to /api/v1/instance </details> <details> 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 |