Merge pull request #1330 from matrix-org/rav/fix_dead_links
Fix broken links
This commit is contained in:
commit
44c7eb5b88
18 changed files with 25 additions and 20 deletions
|
@ -51,7 +51,7 @@ paths:
|
|||
description: |-
|
||||
Optional (default `all`) flag to denote which thread roots are of interest to the caller.
|
||||
When `all`, all thread roots found in the room are returned. When `participated`, only
|
||||
thread roots for threads the user has [participated in](/client-server-api/#server-side-aggreagtion-of-mthread-relationships)
|
||||
thread roots for threads the user has [participated in](/client-server-api/#server-side-aggregation-of-mthread-relationships)
|
||||
will be returned.
|
||||
x-example: "all"
|
||||
- in: query
|
||||
|
|
|
@ -103,7 +103,7 @@ paths:
|
|||
hashed or formatted will lead to no matches.
|
||||
|
||||
Note that addresses are case sensitive: review the
|
||||
[3PID Types](/appendices#pid-types) to verify the intended case an
|
||||
[3PID Types](/appendices#3pid-types) to verify the intended case an
|
||||
identifier should be prior to submission/hashing.
|
||||
example: [
|
||||
"4kenr7N9drpCJ4AfalmlGQVsOn3o2RHjkADUpXJWZUc",
|
||||
|
|
|
@ -36,7 +36,7 @@ paths:
|
|||
the space-room's children the requesting server could feasibly peek/join are returned. The
|
||||
requesting server is responsible for filtering the results further down for the user's request.
|
||||
|
||||
Only [`m.space.child`](#mspacechild) state events of the room are considered. Invalid child
|
||||
Only [`m.space.child`](/client-server-api/#mspacechild) state events of the room are considered. Invalid child
|
||||
rooms and parent events are not covered by this endpoint.
|
||||
|
||||
Responses to this endpoint should be cached for a period of time.
|
||||
|
@ -55,7 +55,7 @@ paths:
|
|||
name: suggested_only
|
||||
description: |-
|
||||
Optional (default `false`) flag to indicate whether or not the server should only consider
|
||||
suggested rooms. Suggested rooms are annotated in their [`m.space.child`](#mspacechild) event
|
||||
suggested rooms. Suggested rooms are annotated in their [`m.space.child`](/client-server-api/#mspacechild) event
|
||||
contents.
|
||||
x-example: true
|
||||
responses:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue