mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Upgrade Rust SDK to spec 1.7.0
This commit is contained in:
@ -47,7 +47,7 @@ Name | Type | Description | Notes
|
||||
**steam_id** | **String** | |
|
||||
**tags** | **Vec<String>** | |
|
||||
**two_factor_auth_enabled** | **bool** | |
|
||||
**two_factor_auth_enabled_date** | **String** | |
|
||||
**two_factor_auth_enabled_date** | Option<**String**> | | [optional]
|
||||
**unsubscribe** | **bool** | |
|
||||
**user_icon** | **String** | |
|
||||
**username** | **String** | |
|
||||
|
@ -136,7 +136,7 @@ Name | Type | Description | Required | Notes
|
||||
> crate::models::PlayerModeration moderate_user(moderate_user_request)
|
||||
Moderate User
|
||||
|
||||
Moderate a user, e.g. unmute them or show their avatar.
|
||||
Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
|
||||
|
||||
### Parameters
|
||||
|
||||
|
Reference in New Issue
Block a user