_setDetails
Parameters
id
val
Example
FM_api('Task_setDetails', ['id' => '123', 'val' => 'This is the task details.']);Result
On Success
{'ok':1}Last updated
Sets the Details of the Task.
The ID of the Task.
The Details of the Task.
FM_api('Task_setDetails', ['id' => '123', 'val' => 'This is the task details.']);{'ok':1}Last updated