create_ux_app_route
Registers a new URL route in a UX app, linking a requested path to a specified page for navigation.
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 |