FieldUpsertRequest

  • type
    Type: string ยท FieldTypeenum
    required

    date is an ISO 8601 string. datetime is a Unix timestamp. object holds 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 as string.

    values
    • string
    • integer
    • float
    • boolean
    • date
    • datetime
    • object
  • value
    required

    Field value. Type must match type.

    • Type: string

      Field value. Type must match type.

  • extra
    Type: object

    Optional extra metadata. Pass {} if not used.

    • propertyName
      Type: anything