You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**dev_sdk_url** | **str** | Link to download the development SDK, use downloadUrls instead |
@@ -92,6 +96,7 @@ Name | Type | Description | Notes
92
96
**server_name** | **str** | Server name of the API server currently responding |
93
97
**string_host_url_list** | **list[str]** | 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). |
94
98
**support_email** | **str** | VRChat's support email |
99
+
**support_form_url** | **str** | VRChat's support form |
95
100
**timekeeping** | **bool** | Unknown | [default to True]
96
101
**time_out_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
97
102
**tutorial_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -35,6 +37,7 @@ Name | Type | Description | Notes
35
37
**has_pending_email** | **bool** | |
36
38
**home_location** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
37
39
**id** | **str** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. |
40
+
**is_adult** | **bool** | |
38
41
**is_booping_enabled** | **bool** | | [optional][default to True]
**max_seats** | **int** | Maximum amount of seats. -1 means no limit. |
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments