Skip to main content
PUT
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

baseId
string
requerido
tableId
string
requerido

Cuerpo

application/json
dbTableName
string
requerido

table name in backend database. Limitation: 1-63 characters, start with letter or underscore, can only contain letters, numbers and underscore, case sensitive, cannot be duplicated with existing table name in the base.

Minimum string length: 1
Pattern: ^[a-z_]\w{0,62}$/i

Respuesta

200

Database table name successfully updated.

Última modificación el 4 de septiembre de 2026