workiva_update_file
Apply JSON Patch operations to update a Workiva file, supporting actions like rename, move, or modify file attributes.
Instructions
Update a file using JSON Patch operations (rename, move, etc.).
Args: file_id: The file UUID patches: JSON Patch array, e.g. [{"op": "replace", "path": "/name", "value": "New Name"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| patches | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |