Forum Discussion

2 Replies

  • Anonymous's avatar
    Anonymous
    Not 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

  • B2BI's avatar
    B2BI
    Frequent Visitor

    Hi Anonymous 
    Thanks for the answer, changing the name of the dataflow using this method is certainly not what I wanted

    Is there any information about creating rules for deployment pipelines using parameters via API?