Update Photo or VideoAsk AIput https://api.fera.ai/v3/private/media/{id}Update data for a specific media.Path ParamsidstringrequiredID of the media you want to update.Body ParamsObject creation attributes.review_idstringID of the review that this photo or video was submitted as part of.captionstringCaption of the photo or video.statestringenumState of the resource. Resources are initially in the pending_approval state when submitted by customers via Fera.approvedpending_approvalpending_updateapproveddeclined_approvalAllowed:pending_approvalpending_updateapproveddeclined_approvalfilefilePhoto or video file. This will replace the existing file if one exists. This can also be specified as a remote URL and Fera will download that file and store it on it's CDN.is_verifiedbooleanWas this resource submitted by a verified customer of the store?truefalseexternal_customer_idstringExternal ID of the customer where they originated from (Shopify, Wix, eCommerce platform, etc).customer_idstringThe Fera ID of the customer.external_product_idstringExternal ID of the product where it originated from (Shopify, Wix, eCommerce platform, etc).product_idstringThe Fera ID of the product.external_order_idstringExternal ID of the order where they originated from (Shopify, Wix, eCommerce platform, etc).order_idstringThe Fera ID of the order.Responses 202Successful response 404Not found error 422Validation errorUpdated about 1 year ago