diff options
author | lain <lain@soykaf.club> | 2020-02-07 15:18:05 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-07 15:18:05 +0000 |
commit | 57098713c02363aaee78d519726e6f2975f725d8 (patch) | |
tree | d4697e8c26c4fb4aa6386b694397e6c427dbf176 | |
parent | 713645d5c5c866ce3a4f3070b9cd43cf30c7efd3 (diff) | |
download | pleroma-57098713c02363aaee78d519726e6f2975f725d8.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 0ed1df2d4..07e0af5e5 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -434,7 +434,7 @@ Emoji reactions work a lot like favourites do. They make it possible to react to ## `PUT /api/v1/pleroma/statuses/:id/reactions/:emoji` ### React to a post with a unicode emoji -* Method: `POST` +* Method: `PUT` * Authentication: required * Params: `emoji`: A single character unicode emoji * Response: JSON, the status. |