create_ux_app_route
Register a new URL route for a UX app, mapping a route path to a target UIB page to enable navigation and deep linking.
Instructions
Register a new route (URL path) in a UX app. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Route path | |
| title | No | Route title | |
| app_sys_id | Yes | UX app sys_id | |
| page_sys_id | Yes | Target UIB page sys_id |