Document the new API extension of /api/v1/instance
authorMark Felder <feld@FreeBSD.org>
Thu, 2 Jul 2020 17:59:45 +0000 (12:59 -0500)
committerMark Felder <feld@FreeBSD.org>
Thu, 2 Jul 2020 17:59:45 +0000 (12:59 -0500)
CHANGELOG.md
docs/API/differences_in_mastoapi_responses.md

index 5b6928dcd7d14766ae05e48b7276711151fada9d..e213185800add9d2bb8c833f4ad0ed9f5683b612 100644 (file)
@@ -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>
index 13920e5f9818bbcd7f2e9b5fea71fc03d5712874..72b5984ae9e1428b79f1704450486b45346fabdb 100644 (file)
@@ -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