v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
Sources

Get source UI spec

Retrieve the UI spec for a specific source type/version.

post/api/v1/project/{projectid}/sources/spec

Path parameters

projectidstring required

project id (default is 123)

Request body

typestring required

enum: postgres,mongodb,mysql,mssql,db2,s3,kafka,iceberg

versionstring required

Example request

{
  "type": "postgres",
  "version": "v0.2.7"
}

Response

OK