跳转到主要内容
PUT
JavaScript

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string
必填

Product Collection Id

查询参数

force_update
boolean | null

If true, generates a new image ID to force cache invalidation

响应

Aws s3 presigned URL. Upload image to this URL within 60s

url
string
必填

Presigned S3 URL for uploading the image

image_id
string<uuid> | null

Optional image ID (present when force_update is true)

最后修改于 2026年6月9日