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
**owner_id** | **str** | A groupId if the instance type is \"group\", null if instance type is public, or a userId otherwise | [optional]
11
+
**role_ids** | **list[str]** | Group roleIds that are allowed to join if the type is \"group\" and groupAccessType is \"member\" | [optional]
**queue_enabled** | **bool** | | [optional][default to False]
14
+
**closed_at** | **datetime** | The time after which users won't be allowed to join the instance | [optional]
15
+
16
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**update_group**](GroupsApi.md#update_group) | **PUT** /groups/{groupId} | Update Group
45
45
[**update_group_gallery**](GroupsApi.md#update_group_gallery) | **PUT** /groups/{groupId}/galleries/{groupGalleryId} | Update Group Gallery
46
46
[**update_group_member**](GroupsApi.md#update_group_member) | **PUT** /groups/{groupId}/members/{userId} | Update Group Member
47
+
[**update_group_post**](GroupsApi.md#update_group_post) | **PUT** /groups/{groupId}/posts/{notificationId} | Edits a Group post
47
48
[**update_group_role**](GroupsApi.md#update_group_role) | **PUT** /groups/{groupId}/roles/{groupRoleId} | Update Group Role
48
49
49
50
@@ -3139,6 +3140,85 @@ Name | Type | Description | Notes
3139
3140
3140
3141
[[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)
**401** | Error response due to missing auth cookie. | - |
3218
+
**404** | Response after deleting a group post. | - |
3219
+
3220
+
[[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)
Close an instance. You can only close an instance if the ownerId is yourself or if the instance owner is a group and you have the `group-instance-moderate` permission.
20
+
Close an instance or update the closedAt time when it will be closed. You can only close an instance if the ownerId is yourself or if the instance owner is a group and you have the `group-instance-moderate` permission.
20
21
21
22
### Example
22
23
@@ -51,10 +52,11 @@ with vrchatapi.ApiClient(configuration) as api_client:
51
52
world_id ='world_id_example'# str | Must be a valid world ID.
52
53
instance_id ='instance_id_example'# str | Must be a valid instance ID.
53
54
hard_close =True# bool | Whether to hard close the instance. Defaults to false. (optional)
55
+
closed_at ='2013-10-20T19:20:30+01:00'# datetime | The time after which users won't be allowed to join the instances. If omitted, the instance will be closed immediately. (optional)
print("Exception when calling InstancesApi->close_instance: %s\n"% e)
@@ -67,6 +69,7 @@ Name | Type | Description | Notes
67
69
**world_id** | **str**| Must be a valid world ID. |
68
70
**instance_id** | **str**| Must be a valid instance ID. |
69
71
**hard_close** | **bool**| Whether to hard close the instance. Defaults to false. | [optional]
72
+
**closed_at** | **datetime**| The time after which users won't be allowed to join the instances. If omitted, the instance will be closed immediately. | [optional]
70
73
71
74
### Return type
72
75
@@ -91,6 +94,80 @@ Name | Type | Description | Notes
91
94
92
95
[[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)
**401** | Error response due to missing auth cookie. | - |
168
+
169
+
[[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)
**world_id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
9
+
**world_name** | **str** | |
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)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**platform** | **str** | TODO: Does this still exist? | [optional]
8
+
**request_message** | **str** | Used when using InviteMessage Slot. | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**request_message** | **str** | Used when using InviteMessage Slot. | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**initiator_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. |
8
+
**user_to_kick_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. |
9
+
10
+
[[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/UsersApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ Name | Type | Description | Notes
236
236
[[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)
237
237
238
238
# **get_user_groups**
239
-
> list[Group] get_user_groups(user_id)
239
+
> list[LimitedGroup] get_user_groups(user_id)
240
240
241
241
Get User Groups
242
242
@@ -290,7 +290,7 @@ Name | Type | Description | Notes
290
290
291
291
### Return type
292
292
293
-
[**list[Group]**](Group.md)
293
+
[**list[LimitedGroup]**](LimitedGroup.md)
294
294
295
295
### Authorization
296
296
@@ -304,7 +304,7 @@ Name | Type | Description | Notes
304
304
### HTTP response details
305
305
| Status code | Description | Response headers |
306
306
|-------------|-------------|------------------|
307
-
**200** | Returns a list of Group objects. | - |
307
+
**200** | Returns a list of LimitedGroup objects. | - |
308
308
**401** | Error response due to missing auth cookie. | - |
309
309
310
310
[[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)
0 commit comments