apps__update
Update an app's metadata including bundle ID, primary locale, URLs, and content rights declaration via the App Store Connect API.
Instructions
Update an app. [PATCH /v1/apps/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | Yes | JSON:API request body (Apple schema: AppUpdateRequest). |