v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
Table Management

Create new table

Create new table with metadata and optionally field definitions.

post/tables/create_table/{dbId}/{tableId}

Path parameters

dbIdstring required

Database ID

tableIdstring required

Table ID

Request body

titlestring

Table title

descriptionstring

Table description

Response

successful operation

statusstring
resultinteger

Number of documents inserted (should be 1)

fields_createdinteger

Number of field definitions created

messagestring

Example response

{
  "status": "success",
  "message": "Table created with 5 field(s)"
}