From 202690e93a9689930eca1974fd4ffda2e72335d3 Mon Sep 17 00:00:00 2001 From: Enrique Sanchez Cardoso Date: Sun, 16 Nov 2025 12:09:33 +0100 Subject: [PATCH] Fix /api/v4/posts/ids/reactions description Given parameter is a list of posts --- api/v4/source/reactions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v4/source/reactions.yaml b/api/v4/source/reactions.yaml index f852ad34ac6..29537f0deae 100644 --- a/api/v4/source/reactions.yaml +++ b/api/v4/source/reactions.yaml @@ -107,7 +107,7 @@ - reactions summary: Bulk get the reaction for posts description: | - Get a list of reactions made by all users to a given post. + Get a list of reactions made by all users to the given posts. ##### Permissions Must have `read_channel` permission for the channel the post is in.