mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
Fix two links on the CS API page
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
3d278b891d
commit
525728971b
|
|
@ -174,7 +174,7 @@ paths:
|
||||||
type: object
|
type: object
|
||||||
description: |-
|
description: |-
|
||||||
Extra keys, such as `m.federate`, to be added to the content
|
Extra keys, such as `m.federate`, to be added to the content
|
||||||
of the [`m.room.create`](client-server-api/#mroomcreate) event. The server will clobber the following
|
of the [`m.room.create`](/client-server-api/#mroomcreate) event. The server will clobber the following
|
||||||
keys: `creator`, `room_version`. Future versions of the specification
|
keys: `creator`, `room_version`. Future versions of the specification
|
||||||
may allow the server to clobber other keys.
|
may allow the server to clobber other keys.
|
||||||
initial_state:
|
initial_state:
|
||||||
|
|
@ -224,7 +224,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
The power level content to override in the default power level
|
The power level content to override in the default power level
|
||||||
event. This object is applied on top of the generated
|
event. This object is applied on top of the generated
|
||||||
[`m.room.power_levels`](client-server-api/#mroompower_levels)
|
[`m.room.power_levels`](/client-server-api/#mroompower_levels)
|
||||||
event content prior to it being sent to the room. Defaults to
|
event content prior to it being sent to the room. Defaults to
|
||||||
overriding nothing.
|
overriding nothing.
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue