From 3808a679c148e67c1492d1eee4852c9e94d46144 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:46:37 +0100 Subject: [PATCH] Fix up description of `knock_room_state` field, which implied the required field was optional (#1276) --- changelogs/client_server/newsfragments/1276.clarification | 1 + data/api/server-server/knocks.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/1276.clarification diff --git a/changelogs/client_server/newsfragments/1276.clarification b/changelogs/client_server/newsfragments/1276.clarification new file mode 100644 index 00000000..ca5f3aea --- /dev/null +++ b/changelogs/client_server/newsfragments/1276.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. \ No newline at end of file diff --git a/data/api/server-server/knocks.yaml b/data/api/server-server/knocks.yaml index 2ef5ceaa..aa388bda 100644 --- a/data/api/server-server/knocks.yaml +++ b/data/api/server-server/knocks.yaml @@ -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"