UpdateCatalogImageRequest
Name | Type | Tags | Description |
---|---|---|---|
idempotencyKey |
string |
Required | A unique string that identifies this UpdateCatalogImage request. Keys can be any valid string but must be unique for every UpdateCatalogImage request. See Idempotency keys for more information. Constraints: Minimum Length: 1 |
{
"idempotency_key": "528dea59-7bfb-43c1-bd48-4a6bba7dd61f86",
"image": {
"image_data": {
"caption": "A picture of a cup of coffee",
"name": "Coffee"
},
"type": "IMAGE"
},
"object_id": "ND6EA5AAJEO5WL3JNNIAQA32"
}