Replace the current derived asset version
Uploads a fully rendered image and replaces the version named in the path. That version must still be the current non-original version; the server infers its parent. Exact duplicates store nothing. Metadata is copied from the original, so retained bytes may differ from uploaded bytes.
Path parameters
Asset ID (with asset_ prefix) whose version to replace.
Asset ID (with asset_ prefix) whose version to replace.
Version ID (with asset_version_ prefix) to replace. It must be the asset's current non-original version.
Version ID (with asset_version_ prefix) to replace. It must be the asset's current non-original version.
Query parameters
Optional response expansion. The single accepted value is variants: without it each row's version_urls carries only its lean thumbnail rung; with it, every rung plus the signed exact-byte original. Accepts multiple include= query params or a single comma-delimited value. Unknown values return 422.
Optional response expansion. The single accepted value is variants: without it each row's version_urls carries only its lean thumbnail rung; with it, every rung plus the signed exact-byte original. Accepts multiple include= query params or a single comma-delimited value. Unknown values return 422.
Response
The upload duplicates the current version (same kind, params, and bytes); that version is returned and nothing new is stored.