airtable.updaterecordprops
Home > @runlightyear/airtable > UpdateRecordProps
UpdateRecordProps interface
Signature:interface UpdateRecordProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
baseId | string | ||
fields | { [key: string]: any; } | ||
recordId | string | ||
tableIdOrName | string |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
typecast? | boolean | The Airtable API will perform best-effort automatic data conversion from string values if the typecast parameter is passed in. Automatic conversion is disabled by default to ensure data integrity, but it may be helpful for integrating with 3rd party data sources. |