---
title: Modify the related app store version for a default app clip experience
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appclipdefaultexperiences-_id_-relationships-releasewithappstoreversion
---

# Modify the related app store version for a default app clip experience

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

## URL

PATCH https://api.appstoreconnect.apple.com/v1/appClipDefaultExperiences/{id}/relationships/releaseWithAppStoreVersion

## Path Parameters

id: The opaque resource ID that uniquely identifies the Default App Clip Experiences resource.

## Response Codes

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

## See Also

### Managing Default App Clip Experiences

- [Create a default app clip experience](appstoreconnectapi/post-v1-appclipdefaultexperiences.md)
- [Modify a default app clip experience](appstoreconnectapi/patch-v1-appclipdefaultexperiences-_id_.md)
- [Delete a default app clip experience](appstoreconnectapi/delete-v1-appclipdefaultexperiences-_id_.md)
