app_store_review_attachments__update
Update an App Store review attachment by providing its resource identifier and request body with updated attributes such as upload status or file checksum.
Instructions
Update an App Store review attachment. [PATCH /v1/appStoreReviewAttachments/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| body | Yes | JSON:API request body (Apple schema: AppStoreReviewAttachmentUpdateRequest). |