mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-01 12:03:43 +01:00
Make ver a required parameter for make_knock
This commit is contained in:
parent
d5a2a284c5
commit
8400877574
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue