---
title: Modify the default app clip experience of an app store version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appstoreversions-_id_-relationships-appclipdefaultexperience
---

# Modify the default app clip experience of an app store version

Update the relationship between an App Store version and a default App Clip experience.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/relationships/appClipDefaultExperience

## Path Parameters

id: The opaque resource ID that uniquely identifies the App Store Versions resource.

## Response Codes

204 No Content: The request completed successfully and the relationship with the specific default App Clip experience was updated. 400 Bad 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 relationship between an App Store version and a default App Clip experience.

## See Also

### Attaching a Default App Clip Experience to a Version

- [Get the default app clip experience for an app store version](appstoreconnectapi/get-v1-appstoreversions-_id_-appclipdefaultexperience.md)
- [Get the default app clip experiences resource id for an app store version](appstoreconnectapi/get-v1-appstoreversions-_id_-relationships-appclipdefaultexperience.md)
