Update Folder View
update_folder_viewReplace an existing folder view with a new configuration by specifying folder ID, view ID, name, default flag, and ordered columns.
Instructions
Update an existing saved view. Replaces the whole view, so name, isDefault and columns must all be supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the view | |
| viewId | Yes | Unique identifier of the view to update | |
| columns | Yes | Ordered list of columns shown in the view | |
| folderId | Yes | Unique identifier of the folder | |
| isDefault | Yes | Whether this view is the folder's default view |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |