pub async fn change_project_icon(
configuration: &Configuration,
id_pipe_slug: &str,
ext: &str,
body: Option<PathBuf>,
) -> Result<(), Error<ChangeProjectIconError>>
Expand description
The new icon may be up to 256KiB in size.
pub async fn change_project_icon(
configuration: &Configuration,
id_pipe_slug: &str,
ext: &str,
body: Option<PathBuf>,
) -> Result<(), Error<ChangeProjectIconError>>
The new icon may be up to 256KiB in size.