Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 860b797

Browse files
author
RiotPie
committed
More tags + logout endpoint.
1 parent 912266d commit 860b797

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

UserAPI/Logout.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# Logout
22

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.

UserAPI/Tags.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ Name | Permission
1313
`admin_world_restricted` | unknown
1414
`admin_moderator` | moderator trust level
1515
`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
1920
`system_probable_troll` | Probably been reported multiple times and is (probably) a troll
2021
`system_troll` | Probably confirmed troll.
2122
`admin_lock_level` | unknown

0 commit comments

Comments
 (0)