---
title: Modify app store review details for an app clip
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appclipappstorereviewdetails-_id_
---

# Modify app store review details for an app clip

Update App Clip metadata you provide to App Store Review.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app clip App Store review detail resource ID from the Read the app store review detail 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 App Store review details of an App Clip.

## See Also

### Managing App Review Details for Your App Clip

- [Read the app store review details of an app clip](appstoreconnectapi/get-v1-appclipappstorereviewdetails-_id_.md)
- [Create app store review details for an app clip](appstoreconnectapi/post-v1-appclipappstorereviewdetails.md)
