Manage the privacy settings of a resource.
200Resource privacy settings updated successfully
Manage the privacy settings of a resource.
200Resource privacy settings updated successfully
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"
}
'