Forum Discussion
Charline_74
3 years agoResolver I
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...
- Anonymous3 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
Anonymous
3 years agoNot applicable
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