app_store_review_attachments__update
Update an App Store review attachment by providing its ID and a JSON:API request body with upload status or file checksum.
Instructions
Update an App Store review attachment. [PATCH /v1/appStoreReviewAttachments/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppStoreReviewAttachmentUpdateRequest). |