---
title: "Update Card Image Details"
method: PATCH
path: "/cards/images/{card_image_id}"
tags: ["Cards"]
---

# Update Card Image Details

`PATCH /cards/images/{card_image_id}`

Update card image details. The only detail that can be updated is the card status as APPROVED or REJECTED.

## Path parameters

- `card_image_id` string, uuid, required — The unique identifier of a card image

## Headers

- `Idempotency-Key` string

## Request body

- UpdateCardImageRequest
  - `rejection_memo` string
  - `rejection_reason` 'BRANDED' | 'COPYRIGHT' | 'INAPPROPRIATE' | 'OTHER' | 'PROMOTIONAL' | 'TRADEMARK' — The category of reason that a card image was rejected
  - `status` 'APPROVED' | 'NOT_UPLOADED' | 'REJECTED' | 'UNREVIEWED', required — The status of a custom card image

## Response `200`

Details of the card image

- CardImageDetails
  - `card_product_id` string, uuid, required — The unique identifier of a cards product
  - `customer_id` string, uuid, required — The unique identifier of a customer
  - `id` string, uuid, required — The unique identifier of a card image
  - `rejection_memo` string
  - `rejection_reason` 'BRANDED' | 'COPYRIGHT' | 'INAPPROPRIATE' | 'OTHER' | 'PROMOTIONAL' | 'TRADEMARK' — The category of reason that a card image was rejected
  - `status` 'APPROVED' | 'NOT_UPLOADED' | 'REJECTED' | 'UNREVIEWED', required — The status of a custom card image

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
