differences_in_mastoapi_responses.md: `content_type` parameter of post submission
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sun, 21 Apr 2019 10:48:40 +0000 (12:48 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sun, 21 Apr 2019 10:48:40 +0000 (12:48 +0200)
docs/api/differences_in_mastoapi_responses.md

index ed3fd9b671e337ecc85c512487a1401eaa203671..63644fc56a4a013d2b426ee2a5c1e3a5af9d8110 100644 (file)
@@ -58,3 +58,4 @@ Has these additional fields under the `pleroma` object:
 Additional parameters can be added to the JSON body/Form data:
 
 - `preview`: boolean, if set to `true` the post won't be actually posted, but the status entitiy would still be rendered back. This could be useful for previewing rich text/custom emoji, for example.
+- `content_type`: string, contain the MIME type of the status, it is transformed into HTML by the backend. You can get the list of the supported MIME types with the nodeinfo endpoint.