Update Tables
Updates existing tables in a Grist document.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
Document ID
stringrequired
JSON array of table patch objects, e.g. [{"id":"CurrentTableId","fields":{"tableId":"NewTableId"}}]