Skip to main content
PUT
cURL

Авторизації

Authorization
string
header
обов'язково

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

Параметри шляху

baseId
string
обов'язково
tableId
string
обов'язково

Тіло

application/json
dbTableName
string
обов'язково

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

Відповідь

200

Database table name successfully updated.

Останнє оновлення 4 вересня 2026 р.