create_uib_page
Create a UI Builder page and register its route by specifying title, URL path, layout, and parent app.
Instructions
Create a new UI Builder page with route registration. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| path | Yes | URL path segment | |
| app | No | Parent UX app sys_id | |
| layout | No | Layout type: single, sidebar, tabbed (default single) |