Update a claim item

patch
/claims/{claim_id}/items/{item_id}

Updates item tags or merchant-uploaded images for a claim item. Send either item_tags or merchant_image_urls in one request, not both.

claim_id
string
required

The unique identifier of the claim.

Examples:
102a899f79c82422c99b1fdc417e01010
item_id
string
required

The unique identifier of the claim item.

Examples:
c83fd9f0c4e343de9d21fbf0acf5ebd9
(one of)
item_tags
array[object]
required

Item tags to apply to the claim item. Only item_tags[].id is required in the request. Passing an empty array removes all item tags from the item.

<= 10 items
id
string
required

The unique identifier of the item tag.

Auth
:
Parameters
:
:
Body
preparing...