Fix /api/v4/posts/ids/reactions description

Given parameter is a list of posts
This commit is contained in:
Enrique Sanchez Cardoso 2025-11-16 12:09:33 +01:00
parent fc6551c8ed
commit 202690e93a

View file

@ -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.