Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 809 Bytes

update-catalog-image-request.md

File metadata and controls

29 lines (21 loc) · 809 Bytes

Update Catalog Image Request

Structure

Update Catalog Image Request

Fields

Name Type Tags Description
idempotency_key str 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

Example (as JSON)

{
  "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"
}