databases

Add one record, or several records in a single request, to the database, merging data into any existing record with the same key according to the chosen merge strategy.

post/api/databases/{database_pk}/records/

Path parameters

database_pkstring required

Request body

idstring required
dataobject required
merge_strategy'replace' | 'deep' | 'deep_append' | 'shallow' | ''
created_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.