pub async fn extras_image_attachments_partial_update(
configuration: &Configuration,
id: i32,
patched_image_attachment_request: Option<PatchedImageAttachmentRequest>,
) -> Result<ImageAttachment, Error<ExtrasImageAttachmentsPartialUpdateError>>Expand description
Patch a image attachment object.