mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-12-03 02:58:22 +00:00
Update Rust SDK to spec 1.0.2 with release 1.0.5
This commit is contained in:
@@ -4,7 +4,7 @@ All URIs are relative to *https://api.vrchat.cloud/api/1*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**delete_user_by_id**](AuthenticationApi.md#delete_user_by_id) | **PUT** /user/{userId}/delete | Delete User
|
||||
[**delete_user**](AuthenticationApi.md#delete_user) | **PUT** /user/{userId}/delete | Delete User
|
||||
[**get_current_user**](AuthenticationApi.md#get_current_user) | **GET** /auth/user | Login and/or Get Current User Info
|
||||
[**logout**](AuthenticationApi.md#logout) | **PUT** /logout | Logout
|
||||
[**verify2_fa**](AuthenticationApi.md#verify2_fa) | **POST** /auth/twofactorauth/totp/verify | Verify 2FA code
|
||||
@@ -13,9 +13,9 @@ Method | HTTP request | Description
|
||||
|
||||
|
||||
|
||||
## delete_user_by_id
|
||||
## delete_user
|
||||
|
||||
> crate::models::CurrentUser delete_user_by_id(user_id)
|
||||
> crate::models::CurrentUser delete_user(user_id)
|
||||
Delete User
|
||||
|
||||
Deletes the account with given ID. Normal users only have permission to delete their own account. Account deletion is 14 days from this request, and will be cancelled if you do an authenticated request with the account afterwards. **VRC+ NOTE:** Despite the 14-days cooldown, any VRC+ subscription will be cancelled **immediately**. **METHOD NOTE:** Despite this being a Delete action, the method type required is PUT.
|
||||
|
||||
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
|
||||
**unity_sort_number** | Option<**f32**> | | [optional]
|
||||
**asset_version** | **f32** | |
|
||||
**platform** | [**crate::models::Platform**](Platform.md) | |
|
||||
**created_at** | **String** | |
|
||||
**created_at** | Option<**String**> | | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user