v3

latestOpenAPI 3.1.02026-08-01389986.6 KB
Record

Upsert records

Upserts records in a collection (create if not exists, otherwise update).

post/api/v2/tenants/{tenant}/databases/{database}/collections/{collection_id}/upsert

Path parameters

tenantstring required

Tenant UUID

databasestring required

Database name

collection_idstring required

Collection UUID

Request body

documentsstring[] nullable
idsstring[] required
metadatasHashMap[] nullable
urisstring[] nullable

Response

Records upserted successfully

UpsertCollectionRecordsResponse required