Update contact field definition

Update a field definition (name, type, or defaultValue)

post/teams/{teamKey}/contacts/fields/{fieldKey}

Path parameters

teamKeystring required

Team key

fieldKeystring required

Field key

Request body

namestring

Display name of the field

typestring

Field type, must be TEXT_INPUT

defaultValuestring

Default value for new records

Response

The updated Field object

Changes