app_infos__update
Update an app’s category or subcategory assignments using its App Store Connect ID and a JSON:API request body.
Instructions
Update an app info. [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). |