Function get_all_project_avatars

Source
pub async fn get_all_project_avatars(
    configuration: &Configuration,
    project_id_or_key: &str,
) -> Result<ProjectAvatars, Error<GetAllProjectAvatarsError>>
Expand description

Returns all project avatars, grouped by system and custom avatars. This operation can be accessed anonymously. Permissions required: Browse projects project permission for the project.