Persistent Tables
Add Records
Add records to a persistent table.
PATCH
Add one or more records to a persistent table. Pass a single object or an array of objects in
data; each is assigned a generated record_id.
Authentication
Your Refold API key.
The linked account that owns the table.
Path Parameters
The table ID.
Body Parameters
A record object, or an array of record objects. Keys should match the table’s columns.
Response
- 200 OK
- 400 Bad Request
The inserted records, each with its generated
record_id.