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
**version** | **float** | | [optional][default to 1]
15
15
**unity_package_url** | **str** | | [optional]
16
+
**unity_version** | **str** | | [optional][default to '5.3.4p1']
16
17
17
18
[[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/GroupAuditLogEntry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**created_at** | **datetime** | | [optional]
9
9
**group_id** | **str** | | [optional]
10
10
**actor_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]
11
-
**actor_displayname** | **str** | | [optional]
11
+
**actor_display_name** | **str** | | [optional]
12
12
**target_id** | **str** | Typically GroupID or GroupRoleID, but could be other types of IDs. | [optional]
13
13
**event_type** | **str** | The type of event that occurred. This is a string that is prefixed with the type of object that the event occurred on. For example, a group role update event would be prefixed with `group.role`. | [optional][default to 'group.update']
14
14
**description** | **str** | A human-readable description of the event. | [optional]
**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. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**version** | **float** | | [optional][default to 1]
15
15
**unity_package_url** | **str** | | [optional]
16
+
**unity_version** | **str** | | [optional][default to '5.3.4p1']
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**get_user_by_name**](UsersApi.md#get_user_by_name) | **GET** /users/{username}/name | Get User by Username
9
9
[**get_user_group_requests**](UsersApi.md#get_user_group_requests) | **GET** /users/{userId}/groups/requested | Get User Group Requests
10
10
[**get_user_groups**](UsersApi.md#get_user_groups) | **GET** /users/{userId}/groups | Get User Groups
11
+
[**get_user_represented_group**](UsersApi.md#get_user_represented_group) | **GET** /users/{userId}/groups/represented | Get user's current represented group
11
12
[**search_users**](UsersApi.md#search_users) | **GET** /users | Search All Users
12
13
[**update_user**](UsersApi.md#update_user) | **PUT** /users/{userId} | Update User Info
13
14
@@ -308,6 +309,80 @@ Name | Type | Description | Notes
308
309
309
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)
**401** | Error response due to missing auth cookie. | - |
383
+
384
+
[[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