Question
How to Update the source dataflow schedule time through API
Hello,
We need to update the source dataflow schedule time. I’m attempting this using AEP Flows API calls. For the request body, I’m using:
[
{
"op": "replace",
"path": "/scheduleParams/startTime",
"value": "1762482630000"
}
]
However, this approach isn’t working—I’m receiving a 412 Precondition Failed error. I am passing the flow ID and the If-Match (etag) header as required.
Could you please assist me in resolving this issue?