app_clip_app_store_review_details__update
Update App Clip App Store review details by providing the review ID and the updated data, such as invocation URLs, in a JSON:API request body.
Instructions
Update an App Clip App Store review detail. [PATCH /v1/appClipAppStoreReviewDetails/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppClipAppStoreReviewDetailUpdateRequest). |