Skip to main content
PATCH
Change a contact field

Authorizations

Authorization
string
header
required

An API token. The "read" ability: GET routes only. "read + write": every route.

Headers

Idempotency-Key
string

Replay a write safely: the same key gives back the first answer for 24 hours (header Idempotent-Replay: true).

Maximum string length: 255

Path Parameters

field
string<uuid>
required

The field's identifier (uuid).

Body

application/json
label
string
type
enum<string>
Available options:
text,
number,
date,
boolean

Response

Field changed.

data
object