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 |
27
39
**dev_sdk_version** | **str** | Version of the development SDK |
28
-
**dev_server_version_standalone** | **str** | Version number for server development build |
29
40
**dis_countdown** | **datetime** | Unknown, \"dis\" maybe for disconnect? |
41
+
**disable_av_pro_in_proton** | **bool** | Unknown | [optional][default to False]
30
42
**disable_avatar_copying** | **bool** | Toggles if copying avatars should be disabled | [default to False]
31
43
**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]
32
44
**disable_community_labs** | **bool** | Toggles if the Community Labs should be disabled | [default to False]
33
45
**disable_community_labs_promotion** | **bool** | Toggles if promotion out of Community Labs should be disabled | [default to False]
34
46
**disable_email** | **bool** | Unknown | [default to False]
47
+
**disable_captcha** | **bool** | Unknown | [optional][default to True]
35
48
**disable_event_stream** | **bool** | Toggles if Analytics should be disabled. | [default to False]
36
49
**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]
37
50
**disable_frontend_builds** | **bool** | Unknown, probably toggles compilation of frontend web builds? So internal flag? | [default to False]
@@ -45,26 +58,23 @@ Name | Type | Description | Notes
45
58
**download_link_windows** | **str** | Download link for game on the Oculus Rift website. |
**dynamic_world_rows** | [**list[DynamicContentRow]**](DynamicContentRow.md) | Array of DynamicWorldRow objects, used by the game to display the list of world rows |
**home_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
51
66
**homepage_redirect_target** | **str** | Redirect target if you try to open the base API domain in your browser | [default to 'https://hello.vrchat.com']
52
67
**hub_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
68
+
**image_host_url_list** | **list[str]** | 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). |
**moderation_email** | **str** | VRChat's moderation related email |
56
-
**moderation_query_period** | **int** | Unknown |
57
71
**not_allowed_to_select_avatar_in_private_world_message** | **str** | Used in-game to notify a user they aren't allowed to select avatars in private worlds |
58
-
**plugin** | **str** | Extra [plugin](https://doc.photonengine.com/en-us/server/current/plugins/manual) to run in each instance |
59
-
**release_app_version_standalone** | **str** | Version number for game release build |
60
-
**release_sdk_url** | **str** | Link to download the release SDK |
61
-
**release_sdk_version** | **str** | Version of the release SDK |
62
-
**release_server_version_standalone** | **str** | Version number for server release build |
63
72
**sdk_developer_faq_url** | **str** | Link to the developer FAQ |
64
73
**sdk_discord_url** | **str** | Link to the official VRChat Discord |
65
74
**sdk_not_allowed_to_publish_message** | **str** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet |
66
75
**sdk_unity_version** | **str** | Unity version supported by the SDK |
67
76
**server_name** | **str** | Server name of the API server currently responding |
77
+
**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). |
68
78
**support_email** | **str** | VRChat's support email |
69
79
**time_out_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
70
80
**tutorial_world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
@@ -75,15 +85,10 @@ Name | Type | Description | Notes
75
85
**upload_analysis_percent** | **int** | Unknown |
76
86
**url_list** | **list[str]** | List of allowed URLs that bypass the \"Allow untrusted URL's\" setting in-game |
77
87
**use_reliable_udp_for_voice** | **bool** | Unknown | [default to False]
**vive_windows_url** | **str** | Download link for game on the Steam website. |
83
89
**white_listed_asset_urls** | **list[str]** | List of allowed URLs that are allowed to host avatar assets |
84
-
**world_update_period** | **int** | Unknown |
85
-
**player_url_resolver_hash** | **str** | Currently used youtube-dl.exe hash in SHA-256-delimited format |
86
90
**player_url_resolver_version** | **str** | Currently used youtube-dl.exe version |
91
+
**player_url_resolver_sha1** | **str** | Currently used youtube-dl.exe hash in SHA1-delimited format |
87
92
88
93
[[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/FilesApi.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Name | Type | Description | Notes
165
165
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
166
166
167
167
# **delete_file**
168
-
> Success delete_file(file_id)
168
+
> File delete_file(file_id)
169
169
170
170
Delete File
171
171
@@ -219,7 +219,7 @@ Name | Type | Description | Notes
219
219
220
220
### Return type
221
221
222
-
[**Success**](Success.md)
222
+
[**File**](File.md)
223
223
224
224
### Authorization
225
225
@@ -233,7 +233,7 @@ Name | Type | Description | Notes
233
233
### HTTP response details
234
234
| Status code | Description | Response headers |
235
235
|-------------|-------------|------------------|
236
-
**200** | Successful response after deleting a File. | - |
236
+
**200** | Returns a single File object. | - |
237
237
**404** | Error response when trying to delete a non-existent file. | - |
238
238
239
239
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -311,7 +311,7 @@ Name | Type | Description | Notes
311
311
|-------------|-------------|------------------|
312
312
**200** | Returns a single File object. | - |
313
313
**400** | Error response when trying to delete the initial version of a file. Delete the main File object instead. | - |
314
-
**500** | Error response when trying to delete any version of a file that is not hte last one. | - |
314
+
**500** | Error response when trying to delete any version of a file that is not the last one. | - |
315
315
316
316
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
317
317
@@ -380,12 +380,13 @@ void (empty response body)
380
380
### HTTP request headers
381
381
382
382
-**Content-Type**: Not defined
383
-
-**Accept**: Not defined
383
+
-**Accept**: application/json
384
384
385
385
### HTTP response details
386
386
| Status code | Description | Response headers |
387
387
|-------------|-------------|------------------|
388
388
**200** | Raw file | - |
389
+
**404** | Error response when trying to show information about a non-existent file. | - |
389
390
390
391
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**transfer_target_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. | [optional]
Copy file name to clipboardExpand all lines: docs/GroupMyMember.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ Name | Type | Description | Notes
8
8
**group_id** | **str** | | [optional]
9
9
**user_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. | [optional]
**accepted_by_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. | [optional]
13
+
**created_at** | **datetime** | | [optional]
11
14
**manager_notes** | **str** | | [optional]
12
15
**membership_status** | **str** | | [optional]
13
16
**is_subscribed_to_announcements** | **bool** | | [optional][default to True]
@@ -16,6 +19,9 @@ Name | Type | Description | Notes
16
19
**joined_at** | **datetime** | | [optional]
17
20
**banned_at** | **str** | | [optional]
18
21
**has2_fa** | **bool** | | [optional][default to False]
22
+
**has_joined_from_purchase** | **bool** | | [optional][default to False]
[[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/GroupsApi.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1665,6 +1665,7 @@ Name | Type | Description | Notes
1665
1665
|-------------|-------------|------------------|
1666
1666
**200** | Returns a list of GroupMember objects. | - |
1667
1667
**401** | Error response due to missing auth cookie. | - |
1668
+
**403** | Error response due to missing permissions. | - |
1668
1669
**404** | Error response when trying to perform operations on a non-existing group. | - |
1669
1670
1670
1671
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -1980,6 +1981,7 @@ Name | Type | Description | Notes
1980
1981
|-------------|-------------|------------------|
1981
1982
**200** | Returns a list of GroupMember objects. | - |
1982
1983
**401** | Error response due to missing auth cookie. | - |
1984
+
**403** | Error response when trying to perform operations on a group you are not member of. | - |
1983
1985
**404** | Error response when trying to perform operations on a non-existing group. | - |
1984
1986
1985
1987
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**owner_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. |
0 commit comments