app_store_review_attachments__update
Update App Store review attachment details, such as upload status or source file checksum, using its ID.
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). |