DataSources

Get Data Sources

get
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Responses
chevron-right
200

Successful Response

application/json
anyOptional
get
/api/v1/data_sources
200

Successful Response

No content

Create Data Source

post
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Body
data_source_typestringRequired
namestringOptional
descriptionstringOptional
Responses
chevron-right
200

Successful Response

application/json
anyOptional
post
/api/v1/data_sources

No content

Get Data Source

get
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
source_idintegerRequired
Responses
chevron-right
200

Successful Response

application/json
anyOptional
get
/api/v1/data_sources/{source_id}

No content

Update Data Source

put
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
source_idintegerRequired
Body
data_source_typestringOptional
namestringOptional
descriptionstringOptional
Responses
chevron-right
200

Successful Response

application/json
anyOptional
put
/api/v1/data_sources/{source_id}

No content

Delete Data Source

delete
Authorizations
AuthorizationstringRequired

Enter your JWT token (without 'Bearer ' prefix)

Path parameters
source_idintegerRequired
Responses
chevron-right
200

Successful Response

application/json
anyOptional
delete
/api/v1/data_sources/{source_id}

No content

Last updated