Move a Job into the past or future a set number of minutes.
The ID of the Job.
Integer number of minutes (though it is passed in as a string).
FM_api('Job_move', ['id' => '222402', 'move' => '60']);
{'ok':1}
Last updated 3 months ago