update_workspace
Replace a workspace's entire content, including name and entries, in the molt-mcp encrypted document service. Requires write access and supports version conflict prevention.
Instructions
Replace a workspace's entire content (name and entries). Requires write key. The API will return 403 if a read key is used.
Args: workspace_id: UUID of the workspace to update name: New workspace name entries: New list of entries (replaces existing entries) if_match: Optional - version ETag (e.g., 'v1') to prevent conflicts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| name | Yes | ||
| entries | Yes | ||
| if_match | No |