pub async fn get_all_system_avatars(
configuration: &Configuration,
type: &str,
) -> Result<SystemAvatars, Error<GetAllSystemAvatarsError>>
Expand description
Returns a list of system avatar details by owner type, where the owner types are issue type, project, or user. This operation can be accessed anonymously. Permissions required: None.