File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Logout
2
2
3
- There is no endpoint for logging out, simply make sure to not send the cookie and that's it.
3
+ This API allows you to logout
4
+
5
+ ## Request Method
6
+ PUT
7
+
8
+ ## Endpoint
9
+ https://api.vrchat.cloud/api/1/logout
10
+
11
+
12
+ ## Requires Authentication
13
+ Yes
14
+
15
+ ## Returns
16
+
17
+ Nothing, seems to be stuck during sending, cancel the request to log out completely.
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ Name | Permission
13
13
` admin_world_restricted ` | unknown
14
14
` admin_moderator ` | moderator trust level
15
15
` system_feedback_access ` | can send feedback
16
- ` system_trust_basic ` | basic trust level
17
- ` system_trust_intermediate ` | intermediate trust level
18
- ` system_legend ` | Probably means the user spends alot of time in the game
16
+ ` system_trust_known ` | unknown
17
+ ` system_trust_basic ` and ` system_trust_trusted ` | basic trust level
18
+ ` system_trust_intermediate ` and ` system_trust_veteran ` | intermediate trust level
19
+ ` system_legend ` and ` system_trust_legend ` | Probably means the user spends alot of time in the game
19
20
` system_probable_troll ` | Probably been reported multiple times and is (probably) a troll
20
21
` system_troll ` | Probably confirmed troll.
21
22
` admin_lock_level ` | unknown
You can’t perform that action at this time.
0 commit comments