update_view
Update the title or position of an existing view in a SemaphoreUI project. Provide project and view IDs to modify specific details.
Instructions
Update an existing view.
Args: project_id: ID of the project view_id: ID of the view to update title: View title position: View ordering position
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| view_id | Yes | ||
| position | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||