diff options
author | lain <lain@soykaf.club> | 2019-10-02 18:20:40 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-10-02 18:20:40 +0200 |
commit | 0e41951eab405ea5a3016bbb0897eba4aa7c6a0b (patch) | |
tree | 33e3789318b98b25c3df5116dc31bf6aea306f5a | |
parent | 4cb603e1df7c9d13db1aa4285e2a18b9be71cd78 (diff) | |
download | pleroma-0e41951eab405ea5a3016bbb0897eba4aa7c6a0b.tar.gz |
Pleroma API Readme: Document unreaction endpoint.
-rw-r--r-- | docs/api/pleroma_api.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md index 7862e6301..e672aec96 100644 --- a/docs/api/pleroma_api.md +++ b/docs/api/pleroma_api.md @@ -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` |