Update a table
Use this API to update the name / description of the table
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED |
|---|
name stringThe name of the table |
description stringThe description of the table |
| Responses | ||
|---|---|---|
200Returns the updated table
|