mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-12-03 02:58:22 +00:00
Upgrade Rust SDK to spec 1.7.2
This commit is contained in:
@@ -117,7 +117,7 @@ Search and list favorited avatars by query filters.
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**featured** | Option<**String**> | Filters on featured results. | |
|
||||
**featured** | Option<**bool**> | Filters on featured results. | |
|
||||
**sort** | Option<**String**> | | |[default to popularity]
|
||||
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
|
||||
**order** | Option<**String**> | | |[default to descending]
|
||||
@@ -159,7 +159,7 @@ Search and list avatars by query filters. You can only search your own or featur
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**featured** | Option<**String**> | Filters on featured results. | |
|
||||
**featured** | Option<**bool**> | Filters on featured results. | |
|
||||
**sort** | Option<**String**> | | |[default to popularity]
|
||||
**user** | Option<**String**> | Set to `me` for searching own avatars. | |
|
||||
**user_id** | Option<**String**> | Filter by UserID. | |
|
||||
|
||||
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
||||
**platform** | **String** | This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. |
|
||||
**plugin_url** | Option<**String**> | | [optional]
|
||||
**plugin_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
||||
**unity_sort_number** | Option<**i32**> | | [optional]
|
||||
**unity_sort_number** | Option<**i64**> | | [optional]
|
||||
**unity_version** | **String** | | [default to 5.3.4p1]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
@@ -92,7 +92,7 @@ Search and list currently Active worlds by query filters.
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**featured** | Option<**String**> | Filters on featured results. | |
|
||||
**featured** | Option<**bool**> | Filters on featured results. | |
|
||||
**sort** | Option<**String**> | | |[default to popularity]
|
||||
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
|
||||
**order** | Option<**String**> | | |[default to descending]
|
||||
@@ -133,7 +133,7 @@ Search and list favorited worlds by query filters.
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**featured** | Option<**String**> | Filters on featured results. | |
|
||||
**featured** | Option<**bool**> | Filters on featured results. | |
|
||||
**sort** | Option<**String**> | | |[default to popularity]
|
||||
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
|
||||
**order** | Option<**String**> | | |[default to descending]
|
||||
@@ -175,7 +175,7 @@ Search and list recently visited worlds by query filters.
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**featured** | Option<**String**> | Filters on featured results. | |
|
||||
**featured** | Option<**bool**> | Filters on featured results. | |
|
||||
**sort** | Option<**String**> | | |[default to popularity]
|
||||
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
|
||||
**order** | Option<**String**> | | |[default to descending]
|
||||
@@ -368,7 +368,7 @@ Search and list any worlds by query filters.
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**featured** | Option<**String**> | Filters on featured results. | |
|
||||
**featured** | Option<**bool**> | Filters on featured results. | |
|
||||
**sort** | Option<**String**> | | |[default to popularity]
|
||||
**user** | Option<**String**> | Set to `me` for searching own worlds. | |
|
||||
**user_id** | Option<**String**> | Filter by UserID. | |
|
||||
|
||||
Reference in New Issue
Block a user