PATCH /report/{id}/ will partially update a single Report. This method is not allowed for non-virtual BI Servers.
xxxxxxxxxx
curl --request PATCH \
--url https://alation_domain/integration/v2/bi/server/server_id/report/id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"report_type": "SIMPLE"
}
'