Function update_file

Source
pub async fn update_file(
    configuration: &Configuration,
    id: i32,
    name: Option<&str>,
    description: Option<&str>,
) -> Result<UpdateFileResponse200, Error<UpdateFileError>>
Expand description

Updates the properties of a file.