Datasources
Upsert rows
Upsert rows in the table identified by {tId} in the data source identified by {dsId} in the workspace identified by {wId}.
post/api/v1/w/{wId}/spaces/{spaceId}/data_sources/{dsId}/tables/{tId}/rows
Path parameters
wIdstring required
Unique string identifier for the workspace
spaceIdstring required
ID of the space
dsIdstring required
ID of the data source
tIdstring required
ID of the table
Request body
Response
The table
Example response
{
"id": 12345,
"createdAt": 1625097600,
"name": "Customer Knowledge Base",
"description": "Contains all customer-related information and FAQs",
"dustAPIProjectId": "5e9d8c7b6a",
"connectorId": "1f3e5d7c9b",
"connectorProvider": "webcrawler",
"assistantDefaultSelected": true
}