Manage Connectors
Set Active Connector
Set the active connector for the calling user.
Authorization:
The caller must either own the named connector or have it explicitly
shared with them (directly or via one of their groups). An empty
connector_name is accepted and clears the active connector.
Attributes:
connector_name: The profile name of the connector to set as active. connector_type: The type of connector to set as active, either “vdb” or “llm”.
POST
Python
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Successful Response
