Set the Time spent on a Task.
The ID of the Task.
Amount of time spent on the task in minutes.
FM_api('Task_setTimeSpent', ['id' => '123', 'time_spent' => '10']);
{'ok':1}
Last updated 3 years ago