Controllers
Update Bot Controller Config
Update controller configuration for a specific bot.
Args: bot_name: Name of the bot controller_name: Name of the controller to update config: Configuration dictionary to update with
Returns: Success message when configuration is updated
Raises: HTTPException: 404 if bot or controller not found, 400 if update error
post/controllers/bots/{bot_name}/{controller_name}/config
Path parameters
bot_namestring required
controller_namestring required
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/controllers/bots/{bot_name}/{controller_name}/config:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}