diff --git a/proposals/2403-knock.md b/proposals/2403-knock.md index c30516c8..7cac2eec 100644 --- a/proposals/2403-knock.md +++ b/proposals/2403-knock.md @@ -374,7 +374,11 @@ Request format: | roomId | string | Required. The room ID that should receive the knock. | userId | string | Required. The user ID the knock event will be for. | Query Parameters: -| ver | [string] | The room versions the sending server has support for. Defaults to `[1]`. +| ver | [string] | Required. The room versions the sending server has support for. + +Note that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` does not make `ver` +a required query parameter for backwards compatibility reasons. We have no such restrictions. + Response Format: