# Update Card Art Associations
source: https://developer.mastercard.com/mdes-digital-card-art-service/documentation/use-cases/update/index.md

When you update the card art linked to an FPAN, all tokens that used the previous card art will switch to new or default image in the digital wallet.
Diagram replace-card-art

### Steps {#steps}

1. Issuer app sends a request to update the card art (replace old asset ID with the new).
2. The issuer server sends the update to MDES.
3. MDES processes the update and sends success confirmation back to the issuer server.
4. MDES then notifies all linked wallet apps that new card art is available.
5. Wallet app retrieves the updated personalized card art from MDES.
6. The new card art is displayed across all wallet apps, completing the update.

### Endpoint {#endpoint}


API Reference: `GET /static/card-arts/{card_art_id}`


API Reference: `PUT /card-arts/{card_art_id}/associations`

<br />

### Additional Information {#additional-information}

Refer to the [MDES Manager Application User Guide](https://trc-techresource.mastercard.com/r/bundle/m_mdesmug_en-us/page/d/en-US/rbc1587550759699.html) for information on uploading card art asset.
