Update File Content
updateFileContentUpdate the content of a text file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the file relative to the team's storage root | |
| content | Yes | New UTF-8 text content for the file | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. |