From 92db4e20da9b1f340e12860cbfb524375ce77134 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 22 Jun 2021 17:54:58 +0200 Subject: [PATCH] /password: formalise 'default' for logout_devices --- data/api/client-server/registration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/api/client-server/registration.yaml b/data/api/client-server/registration.yaml index 810d8bc9..d500cfc4 100644 --- a/data/api/client-server/registration.yaml +++ b/data/api/client-server/registration.yaml @@ -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.