---
title: Modify an app store review detail
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appstorereviewdetails-_id_
---

# Modify an app store review detail

Update the App Store review details, including the contact information, demo account, and notes.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store review detail resource ID from the Read the app store review details resource information of an app store version response.

## Response Codes

200 OK: 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 :

## See Also

### Creating, Modifying, and Reading Review Details

- [Create an app store review detail](appstoreconnectapi/post-v1-appstorereviewdetails.md)
- [Read app store review detail information](appstoreconnectapi/get-v1-appstorereviewdetails-_id_.md)
- [List App Store review attachment IDs for an App Store review detail](appstoreconnectapi/get-v1-appstorereviewdetails-_id_-relationships-appstorereviewattachments.md)
