Docs: Add info about RGI emoji
authorlain <lain@soykaf.club>
Wed, 2 Dec 2020 15:49:38 +0000 (16:49 +0100)
committerlain <lain@soykaf.club>
Wed, 2 Dec 2020 15:49:38 +0000 (16:49 +0100)
docs/API/pleroma_api.md

index 7a0a80dad2392255520ad493c428f7b6aaf659ed..2fa62a808e60a3da2421b663c25c1553d75a60fa 100644 (file)
@@ -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`