update_file_contents
Idempotent
Modify file content in QuantConnect projects to update algorithmic trading strategies, backtests, or live deployments.
Instructions
Update the contents of a file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | List of project file information. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. |