1
0
Fork 0
mirror of synced 2024-10-03 10:46:27 +13:00

Update delete session description to be actually correct

This commit is contained in:
Vincent (Wen Yu) Ge 2023-06-14 17:49:52 +00:00
parent fd7a2cbfad
commit 6edea596b4

View file

@ -1 +1 @@
Use this endpoint to log out the currently logged in user from all their account sessions across all of their different devices. When using the Session ID argument, only the unique session ID provided is deleted.
Logout the current user. Use 'current' as the session ID to logout on this device, or provide a specific session ID to target a different session.