diff options
author | lain <lain@soykaf.club> | 2020-02-07 15:17:42 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-07 15:17:42 +0000 |
commit | 713645d5c5c866ce3a4f3070b9cd43cf30c7efd3 (patch) | |
tree | c98b745a3647cb38e36c3d0c0abeea2d878bbaf9 | |
parent | 4538a1ee0150a97303fb3e194f446c1aa2fa1a94 (diff) | |
download | pleroma-713645d5c5c866ce3a4f3070b9cd43cf30c7efd3.tar.gz |
Apply suggestion to docs/API/pleroma_api.md
-rw-r--r-- | docs/API/pleroma_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 925dacf39..0ed1df2d4 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -441,7 +441,7 @@ Emoji reactions work a lot like favourites do. They make it possible to react to ## `DELETE /api/v1/pleroma/statuses/:id/reactions/:emoji` ### Remove a reaction to a post with a unicode emoji -* Method: `POST` +* Method: `DELETE` * Authentication: required * Params: `emoji`: A single character unicode emoji * Response: JSON, the status. |