apps__update
Update an existing app's metadata in App Store Connect. Provide the app ID and JSON:API body to modify settings like primary locale, subscription URLs, or content rights.
Instructions
Update an app. [PATCH /v1/apps/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| body | Yes | JSON:API request body (Apple schema: AppUpdateRequest). |