Manage the privacy settings of catalog objects.
200Privacy settings updated
Manage the privacy settings of catalog objects.
200Privacy settings updated
xxxxxxxxxx
10curl --request PATCH \
--url https://alation_domain/integration/v1/privacy_settings/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"resource_type": "table",
"privacy_action": "TO_INHERIT"
}
'