mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 10:44:10 +02:00
Fix description of 'knock_room_state' which implied the field was optional
This commit is contained in:
parent
c4505665e0
commit
9431d7b41e
|
|
@ -287,7 +287,7 @@ paths:
|
||||||
items:
|
items:
|
||||||
$ref: "../../event-schemas/schema/core-event-schema/stripped_state.yaml"
|
$ref: "../../event-schemas/schema/core-event-schema/stripped_state.yaml"
|
||||||
description: |-
|
description: |-
|
||||||
An optional list of [stripped state events](/client-server-api/#stripped-state)
|
A list of [stripped state events](/client-server-api/#stripped-state)
|
||||||
to help the initiator of the knock identify the room.
|
to help the initiator of the knock identify the room.
|
||||||
example:
|
example:
|
||||||
$ref: "../../event-schemas/examples/knock_room_state.json"
|
$ref: "../../event-schemas/examples/knock_room_state.json"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue