Controllers

Create Or Update Controller Config

Create a new controller configuration or update an existing one.

Saves the provided configuration dictionary as a YAML file in the conf/controllers directory. If a configuration with the same name exists, it will be overwritten. The configuration should include all required fields for the target controller type.

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

post/controllers/configs/{config_name}

Path parameters

config_namestring required

Request body

object required

Response

Successful Response

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

Changes