Skip to main content
PATCH
Update an existing field. Every field is optional — only sent fields change

Authorizations

Authorization
string
header
required

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

Path Parameters

project
string
required

The project slug

entity
string
required

The entity slug

field
string
required

The field ID

Body

application/json
name
string
Maximum string length: 255
type
enum<string>
Available options:
text,
multiline,
number,
boolean,
date,
enum,
reference,
currency,
phone,
email,
json
constraints
string[] | null
phi_flag
boolean | null
position
integer | null
Required range: x >= 0

Response

data
any[]
required