Create Or Update Controller Config
Controllers
Create Or Update Controller Config
Create or update controller configuration.
Args: config_name: Name of the configuration file config: Configuration dictionary to save
Returns: Success message when configuration is saved
Raises: HTTPException: 400 if save error occurs
POST
Create Or Update Controller Config
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Body
application/json
The body is of type Config · object.
Response
Successful Response

