PATCH
/
import
/
{baseId}
/
{tableId}
curl --request PATCH \
  --url https://app.teable.io/api/import/%7BbaseId%7D/%7BtableId%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"attachmentUrl":"http://example.com","fileType":"csv","insertConfig":{"sourceWorkSheetKey":"string","excludeFirstRow":true,"sourceColumnMap":{"property1":0,"property2":0}},"notification":true}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
tableId
string
required

Body

application/json
attachmentUrl
string
required
fileType
enum<string>
required
Available options:
csv,
excel
insertConfig
object
required
notification
boolean