mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-23 08:05:37 +00:00
Upgrade Rust SDK to spec 1.3.0
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* VRChat API Documentation
|
||||
*
|
||||
*
|
||||
* The version of the OpenAPI document: 1.1.2
|
||||
* The version of the OpenAPI document: 1.3.0
|
||||
* Contact: me@ruby.js.org
|
||||
* Generated by: https://openapi-generator.tech
|
||||
*/
|
||||
@ -108,7 +108,7 @@ pub fn add_favorite(configuration: &configuration::Configuration, inline_object8
|
||||
}
|
||||
|
||||
/// Clear ALL contents of a specific favorite group.
|
||||
pub fn clear_favorite_group(configuration: &configuration::Configuration, favorite_group_type: &str, favorite_group_name: &str, user_id: &str) -> Result<crate::models::Error, Error<ClearFavoriteGroupError>> {
|
||||
pub fn clear_favorite_group(configuration: &configuration::Configuration, favorite_group_type: &str, favorite_group_name: &str, user_id: &str) -> Result<crate::models::Success, Error<ClearFavoriteGroupError>> {
|
||||
|
||||
let local_var_client = &configuration.client;
|
||||
|
||||
@ -264,7 +264,7 @@ pub fn get_favorites(configuration: &configuration::Configuration, n: Option<i32
|
||||
}
|
||||
|
||||
/// Remove a favorite from your favorites list.
|
||||
pub fn remove_favorite(configuration: &configuration::Configuration, favorite_id: &str) -> Result<crate::models::Error, Error<RemoveFavoriteError>> {
|
||||
pub fn remove_favorite(configuration: &configuration::Configuration, favorite_id: &str) -> Result<crate::models::Success, Error<RemoveFavoriteError>> {
|
||||
|
||||
let local_var_client = &configuration.client;
|
||||
|
||||
|
Reference in New Issue
Block a user