Aller au contenu

Warning

Nous commençons tout juste à traduire la documentation pour cette langue, désolé !

Nous affichons des pages traduites partiellement afin de suivre l’avancement.

Cette page n’est pas encore traduite. Mais la bonne nouvelle est que vous pouvez rejoindre la communauté de traduction pour nous aider 👋.

Interface: AddOrUpdateRecord#

DocApiTypes.AddOrUpdateRecord

JSON schema for api /record endpoint. Used with 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#

▪ [colId: string]: CellValue


require#

require: { [colId: 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.