mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-06 19:54:09 +01:00
Apply suggestions from code review
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
958e1b4a2e
commit
0c582ea8c7
|
|
@ -345,7 +345,8 @@ paths:
|
||||||
logout_devices:
|
logout_devices:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |-
|
description: |-
|
||||||
Whether other access tokens should be revoked if the request succeeds. Defaults to true.
|
Whether the other access tokens, and their associated devices, for the user should be
|
||||||
|
revoked if the request succeeds. Defaults to true.
|
||||||
example: true
|
example: true
|
||||||
auth:
|
auth:
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Optionally invalidate other access tokens during password modification per `MSC 2457 <https://github.com/matrix-org/matrix-doc/pull/2457>`_.
|
Optionally invalidate other access tokens during password modification per `MSC2457 <https://github.com/matrix-org/matrix-doc/pull/2457>`_.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue