Merge branch 'docs/kyclos' into 'develop'
[akkoma] / docs / API / pleroma_api.md
index 9ca8a5af09a278da60125db4cc3dff1e6e27d253..c7125c1cd8d44b8302e1da98cd6870f09bd364ff 100644 (file)
@@ -455,7 +455,7 @@ Emoji reactions work a lot like favourites do. They make it possible to react to
 * Example Response:
 ```json
 [
-  ["😀", [{"id" => "xyz.."...}, {"id" => "zyx..."}]],
-  ["☕", [{"id" => "abc..."}]]
+  {"emoji": "😀", "count": 2, "reacted": true, "accounts": [{"id" => "xyz.."...}, {"id" => "zyx..."}]},
+  {"emoji": "☕", "count": 1, "reacted": false, "accounts": [{"id" => "abc..."}]}
 ]
 ```