provider Records PUT
/{baseId}/{tableIdOrName}/{recordId} @utdk/airtable
/{baseId}/{tableIdOrName}/{recordId} Replace a record
Replace all fields in a record. Unlike PATCH, any fields not included in the request will be cleared to their default empty state.
- baseId path required
- The Airtable base ID
- string
- tableIdOrName path required
- The table ID or name
- string
- recordId path required
- The record ID
- 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.replacerecord()