Skip to main content
PUT
Update Saas Field

Authorizations

Authorization
string
header
required

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

Path Parameters

source_id
string<uuid> | null
required
object_id
string<uuid>
required
field_id
string<uuid>
required

Query Parameters

organization_id
string<uuid> | null
resource_id
string<uuid> | null
integration_source_id
string<uuid> | null
data_source_id
string<uuid> | null
context_source_id
string<uuid> | null
job_id
string<uuid> | null

Body

application/json

Model for updating a SaaS field.

field_name
string | null
api_identifier
string | null
data_type
string | null
description
string | null
is_required
boolean | null
is_unique
boolean | null
skip_embedding
boolean
default:false

Skip automatic embedding trigger for bulk operations

semantic_type
string | null
semantic_type_confidence
number | null
sample_values
any[] | null
enum_cardinality
integer | null
null_pct
number | null
distinct_pct
number | null
last_analyzed
string<date-time> | null
approx_distinct_count
integer | null
minhash_signature
integer[] | null
format_signature
Format Signature · object | null
length_stats
Length Stats · object | null
entropy
number | null
role
string | null
role_confidence
number | null
is_active
boolean | null
description_source
enum<string> | null
Available options:
ai_generated,
manual_edit,
imported,
information_schema
description_generated_at
string<date-time> | null

Response

Successful Response

Response model for SaaS fields.

saas_object_id
string<uuid>
required

The SaaS object this field belongs to

field_name
string
required

Display name for the SaaS field (e.g., 'Email')

api_identifier
string
required

API identifier for the SaaS field (e.g., 'email')

data_type
string
required

The data type of the field (e.g., 'string', 'number')

id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null

Optional description of the field

is_required
boolean | null

Whether this field is required

is_unique
boolean | null

Whether this field must be unique

is_active
boolean
default:true

Whether this field is enabled and visible to the analysis agent

semantic_type
string | null

Semantic type of the field (e.g., email, phone, date)

semantic_type_confidence
number | null

Confidence score for the detected semantic type

sample_values
any[] | null

Sample values from the field

enum_cardinality
integer | null

Number of distinct values (for enum-like fields)

null_pct
number | null

Percentage of null values in this field

distinct_pct
number | null

Percentage of distinct values in this field

last_analyzed
string<date-time> | null

When this field was last analyzed for metadata

approx_distinct_count
integer | null

Approximate number of distinct values (HyperLogLog)

minhash_signature
integer[] | null

MinHash signature for estimating Jaccard similarity

format_signature
Format Signature · object | null

Distribution of detected value formats / regex patterns

length_stats
Length Stats · object | null

Value length statistics (min, mean, p95)

entropy
number | null

Shannon entropy approximation for value distribution

role
string | null

Inferred field role (e.g., PRIMARY_KEY_CANDIDATE)

role_confidence
number | null

Confidence score for the inferred field role

description_source
enum<string> | null

How description was created: 'ai_generated' | 'manual_edit' | 'imported' | 'information_schema'

Available options:
ai_generated,
manual_edit,
imported,
information_schema
description_generated_at
string<date-time> | null

When description was last modified