databases

Replace or merge a record in the database (creating it if it does not yet exist), targeting a single record when a key is provided in the path or one or more records supplied in the request body.

put/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.