create_file
Idempotent
Add a file to a QuantConnect project for algorithmic trading strategies, enabling code organization and implementation of trading algorithms.
Instructions
Add a file to a given project.
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. |