Fix up description of knock_room_state
field, which implied the required field was optional (#1276)
This commit is contained in:
parent
c4505665e0
commit
3808a679c1
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -287,7 +287,7 @@ paths:
|
|||
items:
|
||||
$ref: "../../event-schemas/schema/core-event-schema/stripped_state.yaml"
|
||||
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.
|
||||
example:
|
||||
$ref: "../../event-schemas/examples/knock_room_state.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue