Interface: AddOrUpdateRecord#
DocApiTypes.AddOrUpdateRecord
JSON schema for api /record endpoint. Used in PUT method for adding or updating records.
Table of contents#
Properties#
Properties#
fields#
• Optional fields: Object
The values we will place in particular columns, either overwriting values in an existing record, or setting initial values in a new record.
Index signature#
▪ [coldId: string]: CellValue
require#
• require: { [coldId: string]: CellValue;  } & { id?: number  }
The values we expect to have in particular columns, either by matching with an existing record, or creating a new record.