Forum Discussion

Charline_74's avatar
Charline_74
Resolver I
3 years ago
Solved

API Dataflows - Update Dataflow

Hello,  I am trying to set up this API: https://learn.microsoft.com/en-us/rest/api/power-bi/dataflows/update-dataflow In order to change the name of a dataflow. My code:  $body=@{ updateDet...
  • Anonymous's avatar
    Anonymous
    3 years ago

    HI Charline_74,

    According to the error message, it seems your request body part include unexpected characters, so these quests failed to be verified on sever side.

    400 Bad Request - HTTP | MDN (mozilla.org)

    Regards,

    Xiaoxin Sheng