Tables

Update Table

Update a table's name and/or description. To modify fields, use the field-specific endpoints.

put/databases/{databaseId}/tables/{tableId}

Request body

namestring
descriptionstring

Response

The updated table.

Changes