FieldUpsertRequest
- typeType: string ยท FieldTypeenumrequired
dateis an ISO 8601 string.datetimeis a Unix timestamp.objectholds arbitrary JSON โ an object or an array โ and round-trips as structure rather than as an escaped string; it is the type the builder canvas presents as array/list. An unrecognised type string is not rejected: the value is silently coerced and stored asstring.values- string
- integer
- float
- boolean
- date
- datetime
- object
- valuerequired
Field value. Type must match
type.- Type: string
Field value. Type must match
type.
- extraType: object
Optional extra metadata. Pass
{}if not used.- propertyType: anything
Name