Scripts

Create Or Update Script Config

Create a new script configuration or update an existing one.

Saves the provided configuration dictionary as a YAML file in the conf/scripts directory. If a configuration with the same name exists, it will be overwritten. The configuration should include the script file name and any required parameters.

Use this endpoint to create new strategy configurations, update existing ones, or import configurations from external sources.

post/scripts/configs/{config_name}

Path parameters

config_namestring required

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/scripts/configs/{config_name}:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes