# \_rename

Change the Name of the Recurrence.

### Parameters

#### id

The ID of the Recurrence.

#### val

Name to be set for the Recurrence.

### Example

```
FM_api('AppointmentRecurrence_rename', ['id' => '123', 'val' => 'New Name']);
```

### Result

#### On Success

```
{'ok':1}
```
