review_submissions__update
Change the status of an App Store review submission: set submitted to true to hand it to Apple for review, or canceled to take it back.
Instructions
Hand an open submission to Apple by setting submitted to true, or take it back with canceled. This is the step that starts the queue; opening the submission and filling it does not. [PATCH /v1/reviewSubmissions/{id}] RELEASE-level write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: ReviewSubmissionUpdateRequest). |