Function update_project_avatar

Source
pub async fn update_project_avatar(
    configuration: &Configuration,
    project_id_or_key: &str,
    avatar: Avatar,
) -> Result<Value, Error<UpdateProjectAvatarError>>
Expand description

Sets the avatar displayed for a project. Use Load project avatar to store avatars against the project, before using this operation to set the displayed avatar. Permissions required: Administer projects project permission.