Update threads_list.yaml

This commit is contained in:
Richard van der Hoff 2023-03-01 10:29:56 +00:00 committed by GitHub
parent e8ab4de079
commit b90aedc7ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: []