diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-17 10:45:41 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-17 10:45:41 -0500 |
commit | 20a496d2cbea18c563694c7026c0e951e99cfc3b (patch) | |
tree | cad5e473e45efad117d0996c9a16f608d4a286a3 /docs/API | |
parent | 64b4de4af10ebac778b8069d88ef7515a53dfae5 (diff) | |
download | pleroma-20a496d2cbea18c563694c7026c0e951e99cfc3b.tar.gz |
Expose the post formats in /api/v1/instance
Diffstat (limited to 'docs/API')
-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 c4a9c6dad..38865dc68 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -236,6 +236,7 @@ Has theses additional parameters (which are the same as in Pleroma-API): - `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. +- `pleroma.metadata.post_formats`: A list of the allowed post format types - `vapid_public_key`: The public key needed for push messages ## Markers |