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
**message** | Option<**String**> | Typically \"Deletion requested\" or \"Deletion canceled\". Other messages like \"Deletion completed\" may exist, but are these are not possible to see as a regular user. | [optional][default to Deletion requested]
8
-
**deletion_scheduled** | Option<**String**> | When the deletion is scheduled to happen, standard is 14 days after the request. | [optional]
9
7
**date_time** | Option<**String**> | Date and time of the deletion request. | [optional]
8
+
**deletion_scheduled** | Option<**String**> | When the deletion is scheduled to happen, standard is 14 days after the request. | [optional]
9
+
**message** | Option<**String**> | Typically \"Deletion requested\" or \"Deletion canceled\". Other messages like \"Deletion completed\" may exist, but are these are not possible to see as a regular user. | [optional][default to Deletion requested]
10
10
11
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)
**favorite_id** | **String** | Must be either AvatarID, WorldID or UserID. |
9
8
**tags** | **Vec<String>** | Tags indicate which group this favorite belongs to. Adding multiple groups makes it show up in all. Removing it from one in that case removes it from all. |
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AgeVerificationStatus.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
| Name | Value |
6
6
|---- | -----|
7
-
| hidden | hidden |
7
+
| hidden | 18+ |
8
+
| plus18 | hidden |
8
9
| verified | verified |
9
-
| plus18 | 18+ |
10
10
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -50,10 +50,10 @@ Name | Type | Description | Notes
50
50
**disable_av_pro_in_proton** | Option<**bool**> | Unknown | [optional][default to false]
51
51
**disable_avatar_copying** | **bool** | Toggles if copying avatars should be disabled | [default to false]
52
52
**disable_avatar_gating** | **bool** | 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 | [default to false]
53
+
**disable_captcha** | Option<**bool**> | Unknown | [optional][default to true]
53
54
**disable_community_labs** | **bool** | Toggles if the Community Labs should be disabled | [default to false]
54
55
**disable_community_labs_promotion** | **bool** | Toggles if promotion out of Community Labs should be disabled | [default to false]
55
56
**disable_email** | **bool** | Unknown | [default to false]
56
-
**disable_captcha** | Option<**bool**> | Unknown | [optional][default to true]
57
57
**disable_event_stream** | **bool** | Toggles if Analytics should be disabled. | [default to false]
58
58
**disable_feedback_gating** | **bool** | 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. | [default to false]
59
59
**disable_frontend_builds** | **bool** | Unknown, probably toggles compilation of frontend web builds? So internal flag? | [default to false]
@@ -87,6 +87,9 @@ Name | Type | Description | Notes
**report_form_url** | **String** | URL to the report form | [default to https://help.vrchat.com/hc/en-us/requests/new?ticket_form_id=1500000182242&tf_360056455174=user_report&tf_360057451993={userId}&tf_1500001445142={reportedId}&tf_subject={reason} {category} By {contentType} {reportedName}&tf_description={description}]
@@ -99,8 +102,8 @@ Name | Type | Description | Notes
99
102
**string_host_url_list** | **Vec<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). |
100
103
**support_email** | **String** | VRChat's support email |
101
104
**support_form_url** | **String** | VRChat's support form |
102
-
**timekeeping** | **bool** | Unknown | [default to true]
103
105
**time_out_world_id** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
106
+
**timekeeping** | **bool** | Unknown | [default to true]
104
107
**tutorial_world_id** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
105
108
**update_rate_ms_maximum** | **i32** | Unknown |
106
109
**update_rate_ms_minimum** | **i32** | Unknown |
@@ -110,13 +113,10 @@ Name | Type | Description | Notes
110
113
**url_list** | **Vec<String>** | List of allowed URLs that bypass the \"Allow untrusted URL's\" setting in-game |
111
114
**use_reliable_udp_for_voice** | **bool** | Unknown | [default to false]
112
115
**vive_windows_url** | **String** | Download link for game on the Steam website. |
113
-
**white_listed_asset_urls** | **Vec<String>** | List of allowed URLs that are allowed to host avatar assets |
114
-
**player_url_resolver_version** | **String** | Currently used youtube-dl.exe version |
115
-
**player_url_resolver_sha1** | **String** | Currently used youtube-dl.exe hash in SHA1-delimited format |
116
-
**public_key** | **String** | Public key, hex encoded |
117
116
**websocket_max_friends_refresh_delay** | **i32** | Unknown | [default to 900]
118
117
**websocket_quick_reconnect_time** | **i32** | Unknown | [default to 2]
119
118
**websocket_reconnect_max_delay** | **i32** | Unknown | [default to 2]
119
+
**white_listed_asset_urls** | **Vec<String>** | List of allowed URLs that are allowed to host avatar assets |
120
120
121
121
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**bootstrap** | **String** | Download link for ??? |
7
8
**sdk2** | **String** | Download link for legacy SDK2 |
8
9
**sdk3_avatars** | **String** | Download link for SDK3 for Avatars |
9
10
**sdk3_worlds** | **String** | Download link for SDK3 for Worlds |
10
11
**vcc** | **String** | Download link for the Creator Companion |
11
-
**bootstrap** | **String** | Download link for ??? |
12
12
13
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[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