_update
Last updated
Updates a specified Task.
The ID of the Task to update.
FM_api('Task_update', ['id' => '1']);A confirmation of success, followed by the previous Task ID and the new Task ID if a new ID was generated. For example: {'ok':1,'oldId':1,'newId':2}
If the User is not logged in: {'error':'not logged in'}
Last updated