Skip to main content
PATCH
Update a table's import source

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required

Body

application/json

What may change on an existing source.

row_limit
integer | null

New row ceiling; null lifts it.

Required range: x > 0

Response

Successful Response

A table's import source.

created_at
string<date-time>
required
id
string<uuid>
required
identity_field
string
required
integration_id
string<uuid>
required
integration_type
string
required
last_synced_at
string<date-time> | null
required

Start of the last successful run; the incremental watermark.

object_column_id
string<uuid>
required

The column each imported record lands in.

record_type
string
required
row_limit
integer | null
required
supports_incremental
boolean
required
table_id
string<uuid>
required
updated_at
string<date-time>
required