mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
/password: formalise 'default' for logout_devices
This commit is contained in:
parent
7abdd45c06
commit
92db4e20da
|
|
@ -352,9 +352,10 @@ paths:
|
|||
example: "ihatebananas"
|
||||
logout_devices:
|
||||
type: boolean
|
||||
default: true
|
||||
description: |-
|
||||
Whether the user's other access tokens, and their associated devices, should be
|
||||
revoked if the request succeeds. Defaults to true.
|
||||
revoked if the request succeeds.
|
||||
|
||||
When `false`, the server can still take advantage of the [soft logout method](/client-server-api/#soft-logout)
|
||||
for the user's remaining devices.
|
||||
|
|
|
|||
Loading…
Reference in a new issue