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