Create Data ConnectionCopy Pagepost https://api.habu.com/v1/data-connectionsThis operation creates a new data connection.📘Dataset typeWhen you create the data connection, the dataType.displayName is set to Generic by default. Body ParamsThe following fields are required: name, category, credentialId, dataType.[displayName], jobParameter.[name, value]; all others are optionalnamestringName of the data connectioncategorystringCategory of the data connectioncredentialIdstringCredential ID for the data connectiondataTypeobjectdataType objectdataSourceobjectdataSource objectdataSourceConfigurationarray of objectsdataSourceConfigurationADD objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmlAllowed:application/jsonapplication/xmlResponses 200New data connection created successfully. 400Bad Request - Incorrect syntax or request 401Authorization information was missing or invalid 403This action is not allowed 404The specified resource was not found 500Internal Server ErrorUpdated 6 days ago