---
title: Modify an app clip card image
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appclipheaderimages-_id_
---

# Modify an app clip card image

Change the image that appears on the App Clip card of a default App Clip experience.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/appClipHeaderImages/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app clip header image resource ID from the Create an app clip card image for a default app clip experience response.

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 409 Conflict: The provided resource data is not valid. 422 : 429 :

## HTTP Body

The request body you use to update the image asset of an App Clip experience.

## See Also

### Managing App Clip Card Images

- [Read the app clip card image](appstoreconnectapi/get-v1-appclipheaderimages-_id_.md)
- [Create an app clip card image for a default app clip experience](appstoreconnectapi/post-v1-appclipheaderimages.md)
- [Delete a default app clip experience image](appstoreconnectapi/delete-v1-appclipheaderimages-_id_.md)
