Skip to main content
PATCH
Update entity field

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

entity_id
string
required
field_id
string
required

Body

application/json

Field update data

name
string
type
enum<string>
Available options:
string,
number,
boolean,
date,
array,
object
description
string
is_required
boolean
array_item_type
enum<string>
Available options:
string,
number,
boolean,
date,
array,
object
object_schema
unknown

Response

Updated field

id
string
required
name
string
required
type
enum<string>
required
Available options:
string,
number,
boolean,
date,
array,
object
description
string | null
required
is_required
boolean
required
parent_field_id
string | null
required
array_item_type
enum<string> | null
required
Available options:
string,
number,
boolean,
date,
array,
object
path
string[] | null
required
created_at
string
required
updated_at
string
required
object_schema
unknown