This API can be used to update an existing OCF datasource.
xxxxxxxxxx
curl --request PUT \
--url https://alation_domain/integration/v2/datasource/datasource_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"private":false}'