update_view
Update the name, description, and properties of an existing ArchiMate view by providing its view ID and the fields to change.
Instructions
Update an existing ArchiMate view.
Only metadata fields can be updated; nodes and connections are
managed by `add_node_to_view`, `add_connection_to_view`, and the
layout tools.
Args:
view_id: ID of the view to update.
updates: Mapping of fields to update. Supported keys:
- `name` (str): New view name.
- `description` (str): New documentation text.
- `properties` (dict[str, str]): Property updates merged
into existing properties.
Returns:
Success envelope with the updated `ViewDetail` in `data`.
Errors:
`ViewNotFoundError` when `view_id` is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| view_id | Yes | ||
| viewpoint | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||