Skip to content

Commit 2e904ed

Browse files
ci(test: 2025-05-27): new changes
1 parent 6ae194e commit 2e904ed

3 files changed

Lines changed: 16 additions & 63 deletions

File tree

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
# Permissions
22

3-
## Get Assigned Permissions
4-
Returns a list of all permissions currently granted by the user. Permissions are assigned e.g. by subscribing to VRC+.
53

6-
* [getAssignedPermissions](./getassignedpermissions.md)
7-
## Get Permission
8-
Returns a single permission. This endpoint is pretty useless, as it returns the exact same information as `/auth/permissions`.
9-
10-
* [getPermission](./getpermission.md)
114

data/requests/system/getconfig.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@ Response schema mismatch:
77
* Unexpected property at ``#/reportCategories/image/groupOrder``,
88
* Unexpected property at ``#/reportCategories/text/groupOrder``,
99
* Unexpected property at ``#/CampaignStatus``,
10-
* Unexpected property at ``#/connectRandom``,
10+
* Unexpected property at ``#/appendDistancePrivate``,
11+
* Unexpected property at ``#/briocheHandlerSwarm``,
12+
* Unexpected property at ``#/cappuccinoHoistThread``,
13+
* Unexpected property at ``#/ciabattaHashResolver``,
1114
* Unexpected property at ``#/copyrightFormUrl``,
12-
* Unexpected property at ``#/datagramMacchiatoTcp``,
13-
* Unexpected property at ``#/destinationLocationSourdough``,
15+
* Unexpected property at ``#/crossSchedulerCrudService``,
1416
* Unexpected property at ``#/economyLedgerBackfill``,
1517
* Unexpected property at ``#/economyLedgerMode``,
16-
* Unexpected property at ``#/forwardUploadTierProtocol``,
18+
* Unexpected property at ``#/fileBranchOffsetSeedSaml``,
19+
* Unexpected property at ``#/filterTaggingPull``,
1720
* Unexpected property at ``#/globalCacheVersion``,
1821
* Unexpected property at ``#/globalCacheVersionDefault``,
19-
* Unexpected property at ``#/hookEternalAmericanoIpv6Device``,
20-
* Unexpected property at ``#/indicatorRankOauthUser``,
2122
* Unexpected property at ``#/iosAppVersion``,
2223
* Unexpected property at ``#/iosVersion``,
24+
* Unexpected property at ``#/jwtValueMain``,
2325
* Unexpected property at ``#/maxUserEmoji``,
2426
* Unexpected property at ``#/maxUserStickers``,
25-
* Unexpected property at ``#/metricTotalSignPassportPrimary``,
27+
* Unexpected property at ``#/monitorTransmittionTicketService``,
2628
* Unexpected property at ``#/ninkilim``,
27-
* Unexpected property at ``#/packagePrimaryMonitorBytes``,
28-
* Unexpected property at ``#/pitaReachabilityNightly``,
29-
* Unexpected property at ``#/presenceLock``,
30-
* Unexpected property at ``#/publishJumpToolbox``,
29+
* Unexpected property at ``#/onlyExecuteColorSpaceFormation``,
3130
* Unexpected property at ``#/questMinimumLowMemoryThreshold``,
32-
* Unexpected property at ``#/rolloutDebounce``,
33-
* Unexpected property at ``#/swarmApplication``,
34-
* Unexpected property at ``#/tierNext``,
35-
* Unexpected property at ``#/tracingDisplayResolver``,
36-
* Unexpected property at ``#/use_void_requiem_core``.
31+
* Unexpected property at ``#/replicationUploadReplicaPlusBones``,
32+
* Unexpected property at ``#/returnCoefficient``,
33+
* Unexpected property at ``#/scrollHelpDocsToolboxShader``,
34+
* Unexpected property at ``#/use_void_requiem_core``,
35+
* Unexpected property at ``#/versionTerminalRankingRollbackGift``,
36+
* Unexpected property at ``#/vrchatInstructionMinimumShaderBody``.
3737
## Request
3838
`GET https://api.vrchat.cloud/api/1/config`
3939

data/requests/system/readme.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,4 @@
11
# System
22

3-
## Fetch API Config
4-
API config contains configuration that the clients needs to work properly.
53

6-
Currently the most important value here is `clientApiKey` which is used for all other API endpoints.
7-
8-
* [getConfig](./getconfig.md)
9-
## Show Information Notices
10-
IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version.
11-
12-
`include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an "any of" search.
13-
14-
`require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an "all of" search.
15-
16-
* [getInfoPush](./getinfopush.md)
17-
* [getInfoPush with user-all](./getinfopush-with-user-all.md)
18-
## Download CSS
19-
Fetches the CSS code to the frontend React website.
20-
21-
* [getCSS](./getcss.md)
22-
## Download JavaScript
23-
Fetches the JavaScript code to the frontend React website.
24-
25-
* [getJavaScript](./getjavascript.md)
26-
## Check API Health
27-
~~Gets the overall health status, the server name, and the current build version tag of the API.~~
28-
29-
**DEPRECATED:** VRChat has suddenly restricted this endpoint for unknown reasons, and now always return 401 Unauthorized.
30-
31-
> Missing coverage.
32-
## Current Online Users
33-
Returns the current number of online users.
34-
35-
**NOTE:** The response type is not a JSON object, but a simple JSON integer.
36-
37-
* [getCurrentOnlineUsers](./getcurrentonlineusers.md)
38-
## Current System Time
39-
Returns the current time of the API server.
40-
41-
**NOTE:** The response type is not a JSON object, but a simple JSON string.
42-
43-
* [getSystemTime](./getsystemtime.md)
444

0 commit comments

Comments
 (0)