update_file_contents
Replace the content of a specified file within a QuantConnect project. Provide the project ID, file name, and new content to update files like main.py or Main.cs.
Instructions
Update the contents of a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | List of project file information. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |