seed_update_view
Update a Seed view's metadata by its machine name, including frame, label, layout JSON, roles, and description. Specify the view name and values to modify.
Instructions
Update Seed view metadata by view name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Machine name for the view. | |
| frame | Yes | Frame name this view renders. | |
| label | No | Human-readable view label. Defaults to the view name. | |
| layoutJson | Yes | View layout as JSON. Example: {"device":"web","group":"CRM","list":{"type":"default"}} | |
| description | No | View description. | |
| editRolesJson | No | Optional JSON array of roles allowed to edit this view. | |
| viewRolesJson | No | Optional JSON array of roles allowed to view this view. |