v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Deprecated End Points

Update data field for a collection assosciated with a data point.

Update data field for a collection assosciated with a data point

patch/v3/collections/{identifier}/fields/{datapoint_identifier}

Path parameters

identifierstring required

Uniquely identify a collection.

Example:mEFayXdO

Collection's identifier

datapoint_identifierstring required

Uniquely identify a data point.

Example:XprEvgai

Datapoint's identifier

Request body

labelstring
fieldType'text' | 'integer' | 'float' | 'decimal' | 'date' | 'datetime' | 'daterange' | 'boolean' | 'enum' | 'location' | 'phonenumber' | 'json' | 'table' | 'expectedremuneration' | 'jobtitle' | 'language' | 'skill' | 'yearsexperience' | 'group' | 'table_deprecated' | 'url' | 'image' | 'docclf'

The different data types of annotations

mandatoryboolean
showDropdownboolean
displayEnumValueboolean

If true, both the value and the label for the enums will appear in the dropdown in the validation tool.

autoValidationThresholdnumber nullable

Threshold for auto validation. If null, uses the collection's autoValidationThreshold.

enableAutoValidationThresholdboolean nullable

If true, the autoValidationThreshold enable auto validation from the threshold from this field if specified, else from the collection

dataSourcestring nullable

Data source mapping identifier

mappingstring nullable

Defines how the data point is mapped to the data source

displayRawTextstring nullable

Defines how the data point is mapped to the data source

Response

Successfully updated data field.

labelstring
fieldType'text' | 'integer' | 'float' | 'decimal' | 'date' | 'datetime' | 'daterange' | 'boolean' | 'enum' | 'location' | 'phonenumber' | 'json' | 'table' | 'expectedremuneration' | 'jobtitle' | 'language' | 'skill' | 'yearsexperience' | 'group' | 'table_deprecated' | 'url' | 'image' | 'docclf'

The different data types of annotations

mandatoryboolean
showDropdownboolean
displayEnumValueboolean

If true, both the value and the label for the enums will appear in the dropdown in the validation tool.

autoValidationThresholdnumber nullable

Threshold for auto validation. If null, uses the collection's autoValidationThreshold.

enableAutoValidationThresholdboolean nullable

If true, the autoValidationThreshold enable auto validation from the threshold from this field if specified, else from the collection

dataSourcestring nullable

Data source mapping identifier

mappingstring nullable

Defines how the data point is mapped to the data source

displayRawTextstring nullable

Defines how the data point is mapped to the data source