app_infos__update
Update an app's primary and secondary categories and subcategories for all versions via App Store Connect.
Instructions
Change an app’s primary and secondary App Store category and its subcategories. These belong to the app rather than to a version, so changing them here changes them for every version. [PATCH /v1/appInfos/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppInfoUpdateRequest). |