|
13 | 13 | |**address** | **String** | VRChat's office address | | |
14 | 14 | |**announcements** | [**Set<APIConfigAnnouncement>**](APIConfigAnnouncement.md) | Public Announcements | | |
15 | 15 | |**appName** | **String** | Game name | | |
| 16 | +|**availableLanguageCodes** | **List<String>** | List of supported Languages | | |
| 17 | +|**availableLanguages** | **List<String>** | List of supported Languages | | |
16 | 18 | |**buildVersionTag** | **String** | Build tag of the API server | | |
17 | 19 | |**clientApiKey** | **String** | apiKey to be used for all other requests | | |
18 | 20 | |**clientBPSCeiling** | **Integer** | Unknown | | |
19 | 21 | |**clientDisconnectTimeout** | **Integer** | Unknown | | |
| 22 | +|**clientNetDispatchThread** | **Boolean** | Unknown | [optional] | |
| 23 | +|**clientNetInThread** | **Boolean** | Unknown | [optional] | |
| 24 | +|**clientNetInThread2** | **Boolean** | Unknown | [optional] | |
| 25 | +|**clientNetInThreadMobile** | **Boolean** | Unknown | [optional] | |
| 26 | +|**clientNetInThreadMobile2** | **Boolean** | Unknown | [optional] | |
| 27 | +|**clientNetOutThread** | **Boolean** | Unknown | [optional] | |
| 28 | +|**clientNetOutThread2** | **Boolean** | Unknown | [optional] | |
| 29 | +|**clientNetOutThreadMobile** | **Boolean** | Unknown | [optional] | |
| 30 | +|**clientNetOutThreadMobile2** | **Boolean** | Unknown | [optional] | |
| 31 | +|**clientQR** | **Integer** | Unknown | [optional] | |
20 | 32 | |**clientReservedPlayerBPS** | **Integer** | Unknown | | |
21 | 33 | |**clientSentCountAllowance** | **Integer** | Unknown | | |
22 | 34 | |**contactEmail** | **String** | VRChat's contact email | | |
23 | 35 | |**copyrightEmail** | **String** | VRChat's copyright-issues-related email | | |
| 36 | +|**currentPrivacyVersion** | **Integer** | Current version number of the Privacy Agreement | [optional] | |
24 | 37 | |**currentTOSVersion** | **Integer** | Current version number of the Terms of Service | | |
25 | 38 | |**defaultAvatar** | **String** | | | |
26 | 39 | |**deploymentGroup** | **DeploymentGroup** | | | |
27 | | -|**devAppVersionStandalone** | **String** | Version number for game development build | | |
28 | | -|**devDownloadLinkWindows** | **String** | Developer Download link | | |
| 40 | +|**devLanguageCodes** | **List<String>** | Unknown | [optional] | |
29 | 41 | |**devSdkUrl** | **String** | Link to download the development SDK, use downloadUrls instead | | |
30 | 42 | |**devSdkVersion** | **String** | Version of the development SDK | | |
31 | | -|**devServerVersionStandalone** | **String** | Version number for server development build | | |
32 | 43 | |**disCountdown** | **OffsetDateTime** | Unknown, \"dis\" maybe for disconnect? | | |
| 44 | +|**disableAVProInProton** | **Boolean** | Unknown | [optional] | |
33 | 45 | |**disableAvatarCopying** | **Boolean** | Toggles if copying avatars should be disabled | | |
34 | 46 | |**disableAvatarGating** | **Boolean** | Toggles if avatar gating should be disabled. Avatar gating restricts uploading of avatars to people with the `system_avatar_access` Tag or `admin_avatar_access` Tag | | |
35 | 47 | |**disableCommunityLabs** | **Boolean** | Toggles if the Community Labs should be disabled | | |
36 | 48 | |**disableCommunityLabsPromotion** | **Boolean** | Toggles if promotion out of Community Labs should be disabled | | |
37 | 49 | |**disableEmail** | **Boolean** | Unknown | | |
| 50 | +|**disableCaptcha** | **Boolean** | Unknown | [optional] | |
38 | 51 | |**disableEventStream** | **Boolean** | Toggles if Analytics should be disabled. | | |
39 | 52 | |**disableFeedbackGating** | **Boolean** | Toggles if feedback gating should be disabled. Feedback gating restricts submission of feedback (reporting a World or User) to people with the `system_feedback_access` Tag. | | |
40 | 53 | |**disableFrontendBuilds** | **Boolean** | Unknown, probably toggles compilation of frontend web builds? So internal flag? | | |
|
48 | 61 | |**downloadLinkWindows** | **String** | Download link for game on the Oculus Rift website. | | |
49 | 62 | |**downloadUrls** | [**APIConfigDownloadURLList**](APIConfigDownloadURLList.md) | | | |
50 | 63 | |**dynamicWorldRows** | [**Set<DynamicContentRow>**](DynamicContentRow.md) | Array of DynamicWorldRow objects, used by the game to display the list of world rows | | |
| 64 | +|**economyPauseEnd** | **String** | Unknown | [optional] | |
| 65 | +|**economyPauseStart** | **String** | Unknown | [optional] | |
| 66 | +|**economyState** | **Integer** | Unknown | [optional] | |
51 | 67 | |**events** | [**APIConfigEvents**](APIConfigEvents.md) | | | |
52 | | -|**gearDemoRoomId** | **String** | Unknown | | |
53 | 68 | |**homeWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | | |
54 | 69 | |**homepageRedirectTarget** | **String** | Redirect target if you try to open the base API domain in your browser | | |
55 | 70 | |**hubWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | | |
| 71 | +|**imageHostUrlList** | **List<String>** | A list of explicitly allowed origins that worlds can request images from via the Udon's [VRCImageDownloader#DownloadImage](https://creators.vrchat.com/worlds/udon/image-loading/#downloadimage). | | |
56 | 72 | |**jobsEmail** | **String** | VRChat's job application email | | |
57 | | -|**messageOfTheDay** | **String** | MOTD | | |
58 | 73 | |**moderationEmail** | **String** | VRChat's moderation related email | | |
59 | | -|**moderationQueryPeriod** | **Integer** | Unknown | | |
60 | 74 | |**notAllowedToSelectAvatarInPrivateWorldMessage** | **String** | Used in-game to notify a user they aren't allowed to select avatars in private worlds | | |
61 | | -|**plugin** | **String** | Extra [plugin](https://doc.photonengine.com/en-us/server/current/plugins/manual) to run in each instance | | |
62 | | -|**releaseAppVersionStandalone** | **String** | Version number for game release build | | |
63 | | -|**releaseSdkUrl** | **String** | Link to download the release SDK | | |
64 | | -|**releaseSdkVersion** | **String** | Version of the release SDK | | |
65 | | -|**releaseServerVersionStandalone** | **String** | Version number for server release build | | |
66 | 75 | |**sdkDeveloperFaqUrl** | **String** | Link to the developer FAQ | | |
67 | 76 | |**sdkDiscordUrl** | **String** | Link to the official VRChat Discord | | |
68 | 77 | |**sdkNotAllowedToPublishMessage** | **String** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet | | |
69 | 78 | |**sdkUnityVersion** | **String** | Unity version supported by the SDK | | |
70 | 79 | |**serverName** | **String** | Server name of the API server currently responding | | |
| 80 | +|**stringHostUrlList** | **List<String>** | A list of explicitly allowed origins that worlds can request strings from via the Udon's [VRCStringDownloader.LoadUrl](https://creators.vrchat.com/worlds/udon/string-loading/#ivrcstringdownload). | | |
71 | 81 | |**supportEmail** | **String** | VRChat's support email | | |
72 | 82 | |**timeOutWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | | |
73 | 83 | |**tutorialWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | | |
|
78 | 88 | |**uploadAnalysisPercent** | **Integer** | Unknown | | |
79 | 89 | |**urlList** | **List<String>** | List of allowed URLs that bypass the \"Allow untrusted URL's\" setting in-game | | |
80 | 90 | |**useReliableUdpForVoice** | **Boolean** | Unknown | | |
81 | | -|**userUpdatePeriod** | **Integer** | Unknown | | |
82 | | -|**userVerificationDelay** | **Integer** | Unknown | | |
83 | | -|**userVerificationRetry** | **Integer** | Unknown | | |
84 | | -|**userVerificationTimeout** | **Integer** | Unknown | | |
85 | 91 | |**viveWindowsUrl** | **String** | Download link for game on the Steam website. | | |
86 | 92 | |**whiteListedAssetUrls** | **List<String>** | List of allowed URLs that are allowed to host avatar assets | | |
87 | | -|**worldUpdatePeriod** | **Integer** | Unknown | | |
88 | | -|**playerUrlResolverHash** | **String** | Currently used youtube-dl.exe hash in SHA-256-delimited format | | |
89 | 93 | |**playerUrlResolverVersion** | **String** | Currently used youtube-dl.exe version | | |
| 94 | +|**playerUrlResolverSha1** | **String** | Currently used youtube-dl.exe hash in SHA1-delimited format | | |
90 | 95 |
|
91 | 96 |
|
92 | 97 |
|
0 commit comments