Update logout.yaml

#982: snake-case operation_id: logout_all updated to camelcase
This commit is contained in:
omtamboli 2024-01-18 21:02:07 +05:30
parent 4b33c93f57
commit e8762e0e23

View file

@ -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: