alex_chiraples
4 years agoFrequent Visitor
Status:
New
Power BI REST API - Dataflows - Disable refresh schedule error
Hi, The disable refresh schedule for dataflows REST API is throwing an error. Request (replace $(workspaceId) and $(dataflowId) with the appropriate values): PATCH https://api.powerbi....
alex_chiraples
4 years agoFrequent Visitor
v-chuncz-msft , thanks for the update. I've tested with times property, it throws the same error.
I've done some additional tests and the only way to get it working was to add days and times properties.
Working example for body:
{
"value": {
"enabled": false,
"days": [
"Sunday"
],
"times": [
"00:00"
],
"localTimeZoneId": "UTC"
}
}
Is this the expected behavior for this API?
Regards,
Alex