# Rename

**Required Fields**

| Key        | Description                              |
| ---------- | ---------------------------------------- |
| type       | The action type. Must be set as "rename" |
| rename\_to | example.txt                              |

**Example**

```
{
    "type":"rename",
    "rename_to":"example.txt"
}
```

The "rename\_to" field can include custom path as detailed in [paths](https://developers.couchdrop.io/administration/automations/actions/paths "mention")
