review_submissions__update
Update a review submission to hand it to Apple for review or cancel it. Start the submission queue by setting submitted to true or canceled.
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). |