_setPrivacy
Parameters
id
privacy
Example
FM_api('Task_setPrivacy', ['id' => '123', 'privacy' => '1']);Result
On Success
{'ok':1}Last updated
Set the Privacy of the Task.
The ID of the Task.
The Privacy setting you wish to apply to the task. Public - 1, Private - 0.
FM_api('Task_setPrivacy', ['id' => '123', 'privacy' => '1']);{'ok':1}Last updated