Use this code to edit the schedule of a Dynamic Analysis.
To edit an existing schedule of an analysis:
The following is an example of the code you would put in a PUT call to change the
schedule of an analysis.
{ "schedule": { "start_date": "2020-09-26T02:00+00:00", "duration": { "length": 3, "unit": "DAY" } } }