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.
pub async fn update_file(
configuration: &Configuration,
id: i32,
name: Option<&str>,
description: Option<&str>,
) -> Result<UpdateFileResponse200, Error<UpdateFileError>>
Updates the properties of a file.