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,17 @@
# RegisterUserAccountRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **acceptedTOSVersion** | **Integer** | The most recent version of the TOS | [default to null] |
| **captchaCode** | **String** | Captcha code | [default to null] |
| **day** | **String** | Birth day of month | [default to null] |
| **email** | **String** | Email address | [default to null] |
| **month** | **String** | Birth month of year | [default to null] |
| **password** | **String** | Password | [default to null] |
| **subscribe** | **Boolean** | Whether to recieve promotional emails | [default to null] |
| **username** | **String** | Display Name / Username (Username is a sanitized version) | [default to null] |
| **year** | **String** | Birth year | [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)