X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2FAPI%2Fpleroma_api.md;h=07e0af5e5a9c4ab5082b15e5d22478a5434c2dfb;hb=3eddd9caa61a2ac431eb57cd4c835db608702a7d;hp=925dacf390e6c290347f0864ee3fcc4f181b1550;hpb=ce958820095611bbe7c49a1b90a69c557a3cbec5;p=akkoma diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 925dacf39..07e0af5e5 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -434,14 +434,14 @@ 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. ## `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.