Images
Create or replace a managed image through server-side administration
Validates the file size, format, animation state, and pixel dimensions, then stores a normalized WebP image. Creation requires If-None-Match and replacement requires the exact current If-Match digest.
put/v3/admin/images/{namespace}/{assetKey}
Query parameters
sourceUrlstring uri
sourceRepositorystring
Headers
If-Matchstring
Strong ETag from the exact metadata GET. Required when replacing an existing image and mutually exclusive with If-None-Match.
If-None-Match'*'
Set to * when creating a new image. Mutually exclusive with If-Match.
Response
Existing image replaced after its If-Match digest was verified.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.