# Rename a field
# HTTP method: PATCH
https://api.sender.net/v2/fields/{id}
Allows renaming a field and showing or hiding it in the subscribers section. Changing field type is not allowed.
id string
required
Field ID
title string
The new field title
show boolean
True or false. It will display as an active filter field in the subscribers dashboard
Code snippets
Response example
{
"success": true,
"message": "Field successfully updated"
}