apex_update_page
Update page properties such as title, mode, and auth scheme for an existing APEX app page. Specify the app and page IDs to modify its configuration.
Instructions
Update page properties (title, mode, auth) in an existing app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Application ID. | |
| page_id | Yes | Page ID to update. | |
| new_name | No | New page name (display name). | |
| new_title | No | New browser/tab title. | |
| new_page_mode | No | New page mode ("NORMAL", "MODAL_DIALOG", "NON_MODAL_DIALOG"). | |
| new_auth_scheme | No | New authorization scheme name (empty string = remove auth). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |