upload_app_bundle
Upload or replace the code of an app YOU own: one self-contained entry document (HTML or JavaScript, max 512 KB, no binary). autario stores it and serves it inside a locked sandbox with no outbound network access, so the app reads World Bank, FRED, Eurostat, SEC and connector data through the sandbox bridge rather than calling anything itself. Re-uploading the same version replaces it in place. Use it to ship a new build of an app you created with create_app, or to fix one after a user reports something.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app id. | |
| content | Yes | The entry document itself. | |
| version | No | Optional version label this bundle belongs to. | |
| content_type | No | Default text/html. |