Skip to main content
PUT
Update Contact Field

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

contact-field
string<uuid>
required

ID of the contact field.

Body

application/json
name
string
required

Unique name per workspace. Only lowercase letters and underscores allowed.

Maximum string length: 255

Response

status
integer
required
Example:

200

message
string
required
Example:

"Resource updated successfully."

data
object
required

Updated resource data.