updateAvatarCatching

suspend fun updateAvatarCatching(avatarId: String, oauthToken: String, avatarRating: Avatar.Rating? = null, altText: String? = null): GravatarResult<Avatar, ErrorType>

Updates the avatar rating and/or alt text. This method will catch any exception that occurs during the execution and return it as a GravatarResult.Failure.

Return

The updated avatar

Parameters

avatarId

The ID of the avatar to update

oauthToken

The OAuth token to use for authentication

avatarRating

The new rating for the avatar

altText

The new alt text for the avatar