pub async fn update_category_places_categories_category_uuid_put(
    configuration: &Configuration,
    category_uuid: &str,
    category_base: CategoryBase,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<CategoryBase, Error<UpdateCategoryPlacesCategoriesCategoryUuidPutError>>
Expand description

Update category with given info, only updating the fields supplied. Category Uuid must be sent however.