v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
Table Management

Update table metadata

Update table metadata (title, description).

put/tables/update_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
messagestring
modified_countinteger

Number of documents modified

Example response

{
  "status": "success",
  "message": "Table information updated successfully"
}