diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-12-06 13:59:35 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-12-06 13:59:35 +0300 |
commit | a010c5b16a395d823a98cd088c83acd098930ade (patch) | |
tree | 082ad643a5cb30ddc9e356c2b0ce376a2fe0899b /docs/API/pleroma_api.md | |
parent | e9859b68fcb9c38b2ec27a45ffe0921e8d78b5e1 (diff) | |
parent | b3ee618e0d726452248c6fa9a1830d2525b9693b (diff) | |
download | pleroma-a010c5b16a395d823a98cd088c83acd098930ade.tar.gz pleroma-a010c5b16a395d823a98cd088c83acd098930ade.zip |
Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements
Diffstat (limited to 'docs/API/pleroma_api.md')
-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..d8790ca32 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 or a regional indicator * 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 or a regional indicator * Response: JSON, the status. ## `GET /api/v1/pleroma/statuses/:id/reactions` |