Controllers

Get Controller Config

Get controller configuration by config name.

Args: config_name: Name of the configuration file to retrieve

Returns: Dictionary with controller configuration

Raises: HTTPException: 404 if configuration not found

get/controllers/configs/{config_name}

Path parameters

config_namestring required

Response

Successful Response

object required

Changes