updateApp
Update app settings
Updates the current app's settings, including webhook configuration.
Set regenerate_webhook_secret to true to generate a new webhook
signing secret; the new secret is returned in webhook_secret_raw
(shown only once).
Scope: org:manage
Maps to OpenAPI operationId updateApp — PATCH /manage-org/app.
Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | App display name. | |
| x_app_id | No | Override X-App-Id for this call. Defaults to the MCP connection header. | |
| webhook_url | No | URL for async event webhook delivery. | |
| signing_mode | No | Apple signing mode. `managed` uses platform credentials; `custom` uses your own. | |
| apple_team_id | No | Apple Developer Team ID. | |
| google_signing_mode | No | Google signing mode. `managed` uses platform credentials; `custom` uses your own. | |
| onboarding_completed | No | Whether onboarding has been completed for this app. | |
| pass_type_identifier | No | Apple pass type identifier (e.g., pass.com.example.myapp). | |
| validation_webhook_url | No | URL for pre-generation validation webhooks. | |
| regenerate_webhook_secret | No | Set to true to regenerate the webhook signing secret. |