mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Update threads_list.yaml
This commit is contained in:
parent
e8ab4de079
commit
b90aedc7ae
|
|
@ -30,9 +30,12 @@ paths:
|
||||||
"/rooms/{roomId}/threads":
|
"/rooms/{roomId}/threads":
|
||||||
get:
|
get:
|
||||||
x-addedInMatrixVersion: "1.4"
|
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: |-
|
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
|
operationId: getThreadRoots
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue