Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@sheejo I just tried with:
GET https://platform.adobe.io/data/foundation/flowservice/flows/:ID
to get the original details of the flow
Then used:
PATCH https://platform.adobe.io/data/foundation/flowservice/flows/:ID
.. with the following body (which is your original attempt):
[
{
"op": "replace",
"path": "/scheduleParams/startTime",
"value": "1763743872"
}
]
No, it is not working
Views
Replies
Total Likes
@sheejo I just tried with:
GET https://platform.adobe.io/data/foundation/flowservice/flows/:ID
to get the original details of the flow
Then used:
PATCH https://platform.adobe.io/data/foundation/flowservice/flows/:ID
.. with the following body (which is your original attempt):
[
{
"op": "replace",
"path": "/scheduleParams/startTime",
"value": "1763743872"
}
]