Sources
Create a new source
Create a new source within a project.
post/api/v1/project/{projectid}/sources
Path parameters
projectidstring required
project id (default is 123)
Request body
Example request
{
"config": "{\"host\":\"localhost\",\"port\":5432,\"database\":\"mydb\",\"user\":\"postgres\",\"password\":\"secret\"}",
"name": "my-postgres-source",
"type": "postgres",
"version": "v0.2.7"
}Response
OK