Table Management
Update Table
Update table metadata.
PATCH
Update Table
Overview
This endpoint updates table metadata such as name, description, tags, or column order.Example request
Key parameters
table_id(required): target table identifier.- Body fields (all optional):
name,description,tags,columns_order.
Success signal
A successful response returns the updated table metadata with the sameid.
Common errors
401 Unauthorized
Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found
The table ID is invalid or unavailable in your workspace.
422 Unprocessable Entity
Most often caused by invalid JSON or unsupported field shapes.
Related endpoints
Related guides
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
Table ID.
Table creation time.
Table name.
Table type.
Available options:
generic, company, people Table columns configurations.
Table description.
Table tags.
Child table relationships.
Parent table relationships.
Update Table