From e8762e0e2390f1f2339a31b3a506765c23a57269 Mon Sep 17 00:00:00 2001 From: omtamboli Date: Thu, 18 Jan 2024 21:02:07 +0530 Subject: [PATCH] Update logout.yaml #982: snake-case operation_id: logout_all updated to camelcase --- data/api/client-server/logout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/logout.yaml b/data/api/client-server/logout.yaml index c3287472..34606099 100644 --- a/data/api/client-server/logout.yaml +++ b/data/api/client-server/logout.yaml @@ -51,7 +51,7 @@ paths: endpoint invalidates all access tokens for the user, including the token used in the request, and therefore the attacker is unable to take over the account in this way. - operationId: logout_all + operationId: logoutAll security: - accessToken: [] responses: