mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-25 12:34:10 +01:00
Clarify that authentication is optional on /account/password and /account/deactivate
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
e15a36b0a1
commit
e813859175
|
|
@ -387,6 +387,7 @@ paths:
|
||||||
access token provided in the request. Whether other access tokens for
|
access token provided in the request. Whether other access tokens for
|
||||||
the user are revoked depends on the request parameters.
|
the user are revoked depends on the request parameters.
|
||||||
security:
|
security:
|
||||||
|
- {}
|
||||||
- accessTokenQuery: []
|
- accessTokenQuery: []
|
||||||
- accessTokenBearer: []
|
- accessTokenBearer: []
|
||||||
operationId: changePassword
|
operationId: changePassword
|
||||||
|
|
@ -592,6 +593,7 @@ paths:
|
||||||
parameter because the homeserver is expected to sign the request to the
|
parameter because the homeserver is expected to sign the request to the
|
||||||
identity server instead.
|
identity server instead.
|
||||||
security:
|
security:
|
||||||
|
- {}
|
||||||
- accessTokenQuery: []
|
- accessTokenQuery: []
|
||||||
- accessTokenBearer: []
|
- accessTokenBearer: []
|
||||||
operationId: deactivateAccount
|
operationId: deactivateAccount
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue