Database

Create a new table

Create a new table in the database

post/databases/{id}/tables/create

Path parameters

idstring required

MongoDB ObjectId represented as a hexadecimal string

Object ID

Request body

namestring

Table name

Response

Table created successfully

codeinteger
messagestring
dataobject

Changes