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
Copy file name to clipboardExpand all lines: docs/GroupsApi.md
+101Lines changed: 101 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ All URIs are relative to *https://api.vrchat.cloud/api/1*
46
46
|[**UpdateGroupGallery**](GroupsApi.md#updategroupgallery)|**PUT** /groups/{groupId}/galleries/{groupGalleryId} | Update Group Gallery |
47
47
|[**UpdateGroupMember**](GroupsApi.md#updategroupmember)|**PUT** /groups/{groupId}/members/{userId} | Update Group Member |
48
48
|[**UpdateGroupPost**](GroupsApi.md#updategrouppost)|**PUT** /groups/{groupId}/posts/{notificationId} | Edits a Group post |
49
+
|[**UpdateGroupRepresentation**](GroupsApi.md#updategrouprepresentation)|**PUT** /groups/{groupId}/representation | Update Group Representation |
49
50
|[**UpdateGroupRole**](GroupsApi.md#updategrouprole)|**PUT** /groups/{groupId}/roles/{groupRoleId} | Update Group Role |
50
51
51
52
<aname="addgroupgalleryimage"></a>
@@ -4254,6 +4255,106 @@ catch (ApiException e)
4254
4255
4255
4256
[[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)
|**200**| Successful response after updating group representation. | - |
4353
+
|**401**| Error response due to missing auth cookie. | - |
4354
+
|**403**| Error response when trying to perform operations on a group you are not member of. | - |
4355
+
4356
+
[[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