Datasources
Test A Datasource To Be Added
Test a new datasource. This is required to gather the datasource schema, tables and values to continue to the next stage of addition. This MUST be executed first when adding a new datasource
POST
Path Parameters
The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
Body
req.json
Task object to be added with at minimum all required fields, _id must be ommited, this will be generated by the api and returned upon successful completion.
Response
200
dynamicResponse
Successfully tested the datasource and validated it's configuration for Airbyte, can now move onto the addDatasourceApi route
Server response