Pleroma API Readme: Document unreaction endpoint.
authorlain <lain@soykaf.club>
Wed, 2 Oct 2019 16:20:40 +0000 (18:20 +0200)
committerlain <lain@soykaf.club>
Wed, 2 Oct 2019 16:20:40 +0000 (18:20 +0200)
docs/api/pleroma_api.md

index 7862e6301d61ca780d45446579a023a8375ecce0..e672aec96c940aa84975bf94c7ae33215f3d48e9 100644 (file)
@@ -483,6 +483,13 @@ Emoji reactions work a lot like favourites do. They make it possible to react to
 * Params: `emoji`: A single character unicode emoji
 * Response: JSON, the status.
 
+## `POST /api/v1/pleroma/statuses/:id/unreact_with_emoji`
+### Remove a reaction to a post with a unicode emoji
+* Method: `POST`
+* Authentication: required
+* Params: `emoji`: A single character unicode emoji
+* Response: JSON, the status.
+
 ## `GET /api/v1/pleroma/statuses/:id/emoji_reactions_by`
 ### Get an object of emoji to account mappings with accounts that reacted to the post
 * Method: `GET`