pub async fn repo_edit_release_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
attachment_id: i64,
body: Option<EditAttachmentOptions>,
) -> Result<Attachment, Error<RepoEditReleaseAttachmentError>>