From b90aedc7ae53c1660dca3fa95bba3b69fae7b1c8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:29:56 +0000 Subject: [PATCH] Update threads_list.yaml --- data/api/client-server/threads_list.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/threads_list.yaml b/data/api/client-server/threads_list.yaml index 46fc1d72..a118d694 100644 --- a/data/api/client-server/threads_list.yaml +++ b/data/api/client-server/threads_list.yaml @@ -30,9 +30,12 @@ paths: "/rooms/{roomId}/threads": get: x-addedInMatrixVersion: "1.4" - summary: Retrieve a list of threads in a room, with optional filters. + summary: Fetches a list of the threads in a room. description: |- - Paginates over the thread roots in a room. + This API is used to paginate through the list of the thread roots in a given room. + + Optionally, the returned list may be filtered according to whether the requesting + user has participated in the thread. operationId: getThreadRoots security: - accessToken: []