Database

Modify table data

Insert, update, or delete data in a database table

post/databases/{id}/tables/data

Path parameters

idstring required

MongoDB ObjectId represented as a hexadecimal string

Object ID

Request body

tablestring

Table name

action'insert' | 'update' | 'delete'

Action to perform

dataobject[]

Data to insert or update

whereobject

Where condition for update or delete

Response

Data modified successfully

codeinteger
messagestring
dataobject

Changes