update_file_name
Modify file names within QuantConnect projects by specifying the project ID, current file name, and desired new name. Simplifies file management for strategy design and implementation.
Instructions
Update the name of a file in a QuantConnect project.
Args: project_id: ID of the project containing the file old_file_name: Current name of the file new_name: New name for the file
Returns: Dictionary containing update result
Input Schema
Name | Required | Description | Default |
---|---|---|---|
new_name | Yes | ||
old_file_name | Yes | ||
project_id | Yes |