Skip to main content
POST
/
connectors
/
datasources
Create a new datasource
import requests

url = "http://api/connectors/connectors/datasources"

payload = "<string>"
headers = {"Content-Type": "application/json"}

response = requests.post(url, json=payload, headers=headers)

print(response.text)

Query Parameters

validate
boolean
default:true

Body

application/json · string

The body is of type string.

Response

default

successful operation