Change the Name of the Recurrence.
The ID of the Recurrence.
Name to be set for the Recurrence.
FM_api('JobRecurrence_rename', [ 'id' => '123', 'val' => 'New Name' ] );
{'ok':1}
If the "id" parameter is not set or has an integer value less than 1:
If the "val" parameter is not set:
Last updated 3 months ago
{"error":"missing or invalid parameter: id"}
{"error":"missing or invalid parameter: val"}