Skip to main content
PUT
/
tables
/
{tableId}
Error
A valid request URL is required to generate request examples
{
  "message": "Table updated successfully",
  "transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "table": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "ref_table_name": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

Body

application/json

Table update data

name
string
Maximum string length: 255
Example:

"Updated Table Name"

description
string | null
Maximum string length: 1000
Example:

"Updated description"

Response

Table updated successfully

message
string
Example:

"Table updated successfully"

transaction_id
string<uuid>
table
object