Table Management
Update Table Column
Update a column in the table.
PATCH
Update Table Column
Overview
This endpoint replaces a column configuration in an existing table.Example request
Key parameters
table_id(required): target table identifier.column_id(required): target column identifier.- Body (required): full column config object matching one supported column type.
Success signal
A successful response includes the updated column configuration.Common errors
401 Unauthorized
Check that your header is Authorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found
The table or column ID is invalid or unavailable in your workspace.
422 Unprocessable Entity
Most often caused by sending an invalid/partial column config for the selected column kind.
Related endpoints
Related guides
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- InputColumnConfig
- AgentColumnConfig
- CriterionGradeColumnConfig
- PeopleFinderColumnConfig
- DiscoveryScoresColumnConfig
- CompanyNameColumnConfig
- CompanyWebsiteColumnConfig
- CompanyProfileColumnConfig
- EmailFinderColumnConfig
- PhoneFinderColumnConfig
- ReverseEmailLookupColumnConfig
Response
Successful Response
- InputColumnConfig
- AgentColumnConfig
- CriterionGradeColumnConfig
- PeopleFinderColumnConfig
- DiscoveryScoresColumnConfig
- CompanyNameColumnConfig
- CompanyWebsiteColumnConfig
- CompanyProfileColumnConfig
- EmailFinderColumnConfig
- PhoneFinderColumnConfig
- ReverseEmailLookupColumnConfig
Update Table Column