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.

最終更新日 2026年9月4日