mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 14:14:09 +02:00
Update logout.yaml
#982: snake-case operation_id: logout_all updated to camelcase
This commit is contained in:
parent
4b33c93f57
commit
e8762e0e23
|
|
@ -51,7 +51,7 @@ paths:
|
||||||
endpoint invalidates all access tokens for the user, including the token used in
|
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
|
the request, and therefore the attacker is unable to take over the account in
|
||||||
this way.
|
this way.
|
||||||
operationId: logout_all
|
operationId: logoutAll
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue