PATCH /server/ will partial update a single BI Server metadata. Note that this method is not allowed for Non-Virtual BI Servers.
xxxxxxxxxx
curl --request PATCH \
--url https://alation_domain/integration/v2/bi/server/server_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"private":false}'