Forum Discussion
Anonymous
5 years agoNot applicable
Update RDL report using API does nothing
Using May 2021 PBIRS API The CatalogItems PATCH API all to update a .rdl report seems to do nothing when trying to update the report. POST works fine and creates the report. PATCH to replace the ...
Anonymous
5 years agoNot applicable
Anonymous
I am not sure about whether you can use patch method to update only part of the source, as far as I know, only Post method is often used in power bi. May I ask which API docs did you read about this.
Paul Zheng
Anonymous
5 years agoNot applicable
API endpoint is here:
https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/UpdateCatalogItem
It says it can update only whatever is supplied in the body and the report content is part of that. Otherwise, how could one update a report without changing the ID?