configure_app
Update an app's name, base URL, and preparation mode. Directly assign whether Appo or your team manages the icon, splash screen, and store copy.
Instructions
Configures an app's content fields (name, base_url) and who prepares it (prep_mode). Reversible - executes immediately. Content-only, matching the CLI apps update; icon is set_icon, webview injection is a dashboard concern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | App name | |
| app_id | Yes | The app ID to configure | |
| base_url | No | Base URL of the web app (e.g., https://myapp.com) | |
| prep_mode | No | Who prepares the app: 'appo_managed' hands icon, splash screen and store copy to Appo (free, 24-48h); 'self_managed' returns preparation to the developer. |