Merge branch 'develop' into feature/tag_feed
[akkoma] / docs / API / pleroma_api.md
index 9ca8a5af09a278da60125db4cc3dff1e6e27d253..9f5cafe5a0145f002d615524d769cceaf7eb4093 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, "accounts": [{"id" => "xyz.."...}, {"id" => "zyx..."}]},
+  {"emoji": "☕", "count": 1, "accounts": [{"id" => "abc..."}]}
 ]
 ```