mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 23:55:33 +00:00
Upgrade Rust SDK to spec 1.5.3
This commit is contained in:
@ -123,7 +123,7 @@ Name | Type | Description | Required | Notes
|
||||
**order** | Option<**String**> | | |[default to descending]
|
||||
**offset** | Option<**i32**> | A zero-based offset from the default object sorting from where search results start. | |
|
||||
**search** | Option<**String**> | Filters by world name. | |
|
||||
**tag** | Option<**String**> | Tags to include (comma-separated). | |
|
||||
**tag** | Option<**String**> | Tags to include (comma-separated). Any of the tags needs to be present. | |
|
||||
**notag** | Option<**String**> | Tags to exclude (comma-separated). | |
|
||||
**release_status** | Option<**String**> | Filter by ReleaseStatus. | |[default to public]
|
||||
**max_unity_version** | Option<**String**> | The maximum Unity version supported by the asset. | |
|
||||
@ -166,7 +166,7 @@ Name | Type | Description | Required | Notes
|
||||
**n** | Option<**i32**> | The number of objects to return. | |[default to 60]
|
||||
**order** | Option<**String**> | | |[default to descending]
|
||||
**offset** | Option<**i32**> | A zero-based offset from the default object sorting from where search results start. | |
|
||||
**tag** | Option<**String**> | Tags to include (comma-separated). | |
|
||||
**tag** | Option<**String**> | Tags to include (comma-separated). Any of the tags needs to be present. | |
|
||||
**notag** | Option<**String**> | Tags to exclude (comma-separated). | |
|
||||
**release_status** | Option<**String**> | Filter by ReleaseStatus. | |[default to public]
|
||||
**max_unity_version** | Option<**String**> | The maximum Unity version supported by the asset. | |
|
||||
|
Reference in New Issue
Block a user