Function get_avatars

Source
pub async fn get_avatars(
    configuration: &Configuration,
    type: &str,
    entity_id: &str,
) -> Result<Avatars, Error<GetAvatarsError>>
Expand description

Returns the system and custom avatars for a project or issue type. This operation can be accessed anonymously. Permissions required: * for custom project avatars, Browse projects project permission for the project the avatar belongs to. * for custom issue type avatars, Browse projects project permission for at least one project the issue type is used in. * for system avatars, none.