update_app_categories
Update an app's primary and secondary categories. Requires the app info ID obtained from get_app_info.
Instructions
Update an app's primary and secondary categories. Get the app info ID from get_app_info first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_info_id | Yes | The App Info ID (from get_app_info) | |
| primary_category_id | No | Primary category ID (e.g., GAMES, BUSINESS, EDUCATION) | |
| primary_subcategory_one_id | No | Primary subcategory 1 ID (for Games category) | |
| primary_subcategory_two_id | No | Primary subcategory 2 ID (for Games category) | |
| secondary_category_id | No | Secondary category ID | |
| secondary_subcategory_one_id | No | Secondary subcategory 1 ID | |
| secondary_subcategory_two_id | No | Secondary subcategory 2 ID |