provider Records PATCH
/{baseId}/{tableIdOrName} @utdk/airtable
/{baseId}/{tableIdOrName} Update multiple records
Update multiple records in a table. Pass an array of objects, each with an 'id' and 'fields' property. Only the specified fields are updated; other fields are unchanged (partial update).
- baseId path required
- The Airtable base ID
- string
- tableIdOrName path required
- The table ID or name
- string
Try it
Authentication
Configure credentials for Airtable REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import airtable from '@utdk/airtable';
await airtable.updaterecords()