Forum Discussion
B2BI
2 years agoFrequent Visitor
REST API Update dataflow parameters or create rules in pipeline
Hi All, I'm writing a script for automatic deployment I successfully update the dataset parameters via the REST API, I need the same for dataflow. Or as another solution, create a rule for the dep...
Anonymous
2 years agoNot applicable
Hi B2BI ,
Upon thorough investigation, it appears that there isn’t a dedicated REST API endpoint specifically for updating the parameters of a dataflow directly. Nevertheless, you can utilize the following REST API endpoint if you wish to modify the information of the dataflow:
Dataflows - Update Dataflow - REST API (Power BI Power BI REST APIs) | Microsoft Learn
| { "name": "newDataflowName", "description": "New dataflow description", "allowNativeQueries": "false", "computeEngineBehavior": "computeOptimized" } |
Best Regards