mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 04:04:10 +01:00
Bump Matrix version
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
293012d12f
commit
70d2005743
|
|
@ -2264,7 +2264,7 @@ The server SHOULD return one of the following responses:
|
||||||
|
|
||||||
#### Account management {id="oauth-20-account-management"}
|
#### Account management {id="oauth-20-account-management"}
|
||||||
|
|
||||||
{{% added-in v="1.17" %}}
|
{{% added-in v="1.18" %}}
|
||||||
|
|
||||||
All account management is done via the homeserver’s web UI as all endpoints that
|
All account management is done via the homeserver’s web UI as all endpoints that
|
||||||
require User-Interactive Authentication are unsupported by this authentication
|
require User-Interactive Authentication are unsupported by this authentication
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: A prompt value that the server supports.
|
description: A prompt value that the server supports.
|
||||||
account_management_uri:
|
account_management_uri:
|
||||||
x-addedInMatrixVersion: "1.17"
|
x-addedInMatrixVersion: "1.18"
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
description: |-
|
description: |-
|
||||||
|
|
@ -149,7 +149,7 @@ paths:
|
||||||
|
|
||||||
This is an extension [defined in this specification](/client-server-api/#oauth-20-account-management).
|
This is an extension [defined in this specification](/client-server-api/#oauth-20-account-management).
|
||||||
account_management_actions_supported:
|
account_management_actions_supported:
|
||||||
x-addedInMatrixVersion: "1.17"
|
x-addedInMatrixVersion: "1.18"
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
description: |-
|
||||||
List of actions that the account management URL supports.
|
List of actions that the account management URL supports.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue