Update a table
Use this API to update the name / description of the table
| Request Body — REQUIRED |
|---|
askribeKey stringYour secret Askribe key. Can be obtained from your org's settings dashboard |
tableId stringThe tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
name stringThe name of the table |
description stringThe description of the table |
| Responses | ||
|---|---|---|
200Returns the updated column
|