Add guest changes to spec: MSC3069 and MSC3419 (#3605)
* Add MSC3069 support https://github.com/matrix-org/matrix-doc/pull/3069 * Add MSC3419 support https://github.com/matrix-org/matrix-doc/pull/3419 * Normalize and fix guest access endpoints list * Changelogs
This commit is contained in:
parent
00169abcdb
commit
26e0765159
5 changed files with 45 additions and 20 deletions
|
@ -65,6 +65,13 @@ paths:
|
|||
is associated with the access token (such as in the case
|
||||
of application services) then this field can be omitted.
|
||||
Otherwise this is required.
|
||||
is_guest:
|
||||
x-addedInMatrixVersion: "1.2"
|
||||
type: boolean
|
||||
description: |-
|
||||
When `true`, the user is a [Guest User](#guest-access). When
|
||||
not present or `false`, the user is presumed to be a non-guest
|
||||
user.
|
||||
401:
|
||||
description:
|
||||
The token is not recognised
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue