add subdir

This commit is contained in:
ExilProductions
2026-02-15 17:39:26 +01:00
parent a4b3cb0164
commit aa707d1deb
262 changed files with 12189 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# UpdateUserRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **acceptedTOSVersion** | **Integer** | | [optional] [default to null] |
| **bio** | **String** | | [optional] [default to null] |
| **bioLinks** | **List** | | [optional] [default to null] |
| **birthday** | **date** | | [optional] [default to null] |
| **contentFilters** | **List** | These tags begin with `content_` and control content gating | [optional] [default to null] |
| **currentPassword** | **String** | | [optional] [default to null] |
| **displayName** | **String** | MUST specify currentPassword as well to change display name | [optional] [default to null] |
| **email** | **String** | | [optional] [default to null] |
| **hasSharedConnectionsOptOut** | **Boolean** | Opt out of the Mutuals feature | [optional] [default to null] |
| **isBoopingEnabled** | **Boolean** | | [optional] [default to null] |
| **password** | **String** | MUST specify currentPassword as well to change password | [optional] [default to null] |
| **pronouns** | **String** | | [optional] [default to null] |
| **revertDisplayName** | **Boolean** | MUST specify currentPassword as well to revert display name | [optional] [default to null] |
| **status** | **String** | Defines the User's current status, for example \"ask me\", \"join me\" or \"offline. This status is a combined indicator of their online activity and privacy preference. | [optional] [default to offline] |
| **statusDescription** | **String** | | [optional] [default to null] |
| **tags** | **List** | | [optional] [default to null] |
| **unsubscribe** | **Boolean** | | [optional] [default to null] |
| **userIcon** | **String** | MUST be a valid VRChat /file/ url. | [optional] [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)