Add MongoDB connection
sources
Add MongoDB connection
Create a new MongoDB database connection.
POST
Add MongoDB connection
Authorizations
API key authentication using Bearer scheme
Body
application/json
Serializer for MongoDB connection configuration.
Connection type identifier. Must be MONGODB
Minimum string length:
1MongoDB connection string (e.g., mongodb://user:pass@host/db or mongodb+srv://user:pass@cluster.mongodb.net/db)
Minimum string length:
1Display name for the connection
Minimum string length:
1Response
The ID of the created connection

