create_file
Add a new file to a QuantConnect project. Specify the project ID, file name, and optional content to create Python scripts, C# files, or Jupyter notebooks.
Instructions
Add a file to a given project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |