pub async fn extras_image_attachments_bulk_partial_update(
configuration: &Configuration,
image_attachment_request: Vec<ImageAttachmentRequest>,
) -> Result<Vec<ImageAttachment>, Error<ExtrasImageAttachmentsBulkPartialUpdateError>>Expand description
Patch a list of image attachment objects.