pub async fn repos_slash_update_release_asset(
configuration: &Configuration,
owner: &str,
repo: &str,
asset_id: i32,
repos_update_release_asset_request: Option<ReposUpdateReleaseAssetRequest>,
) -> Result<ReleaseAsset, Error<ReposSlashUpdateReleaseAssetError>>
Expand description
Users with push access to the repository can edit a release asset.