diff options
author | lain <lain@soykaf.club> | 2020-12-02 16:49:38 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-02 16:49:38 +0100 |
commit | ab2610b703c521e6141a7bef3ba24b6f5d5bf91d (patch) | |
tree | 4a4734de4bc7d5faeb2829a3c0902cc473187be8 | |
parent | 8fb259e7395d4dd2bdac407b7eca0840ce490a99 (diff) | |
download | pleroma-ab2610b703c521e6141a7bef3ba24b6f5d5bf91d.tar.gz |
Docs: Add info about RGI emoji
-rw-r--r-- | docs/API/pleroma_api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 7a0a80dad..2fa62a808 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -579,14 +579,14 @@ Emoji reactions work a lot like favourites do. They make it possible to react to ### React to a post with a unicode emoji * Method: `PUT` * Authentication: required -* Params: `emoji`: A single character unicode emoji +* Params: `emoji`: A unicode RGI emoji * Response: JSON, the status. ## `DELETE /api/v1/pleroma/statuses/:id/reactions/:emoji` ### Remove a reaction to a post with a unicode emoji * Method: `DELETE` * Authentication: required -* Params: `emoji`: A single character unicode emoji +* Params: `emoji`: A unicode RGI emoji * Response: JSON, the status. ## `GET /api/v1/pleroma/statuses/:id/reactions` |