mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
22 lines
948 B
Markdown
22 lines
948 B
Markdown
# UpdateUserRequest
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**email** | Option<**String**> | | [optional]
|
|
**birthday** | Option<[**String**](string.md)> | | [optional]
|
|
**accepted_tos_version** | Option<**i32**> | | [optional]
|
|
**tags** | Option<**Vec<String>**> | | [optional]
|
|
**status** | Option<[**models::UserStatus**](UserStatus.md)> | | [optional]
|
|
**status_description** | Option<**String**> | | [optional]
|
|
**bio** | Option<**String**> | | [optional]
|
|
**bio_links** | Option<**Vec<String>**> | | [optional]
|
|
**pronouns** | Option<**String**> | | [optional]
|
|
**is_booping_enabled** | Option<**bool**> | | [optional]
|
|
**user_icon** | Option<**String**> | MUST be a valid VRChat /file/ url. | [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)
|
|
|
|
|