FieldUpsertRequest

  • type
    Type: string · FieldTypeenum
    required

    date is an ISO 8601 string. datetime is a Unix timestamp.

    values
    • string
    • integer
    • float
    • boolean
    • date
    • datetime
  • 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