cURL
curl --request PATCH \ --url https://api.extruct.ai/v1/tables/{table_id}/columns/{column_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "key": "<string>", "kind": "input" } '
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "config": { "name": "<string>", "key": "<string>", "kind": "input" } }
Update a column in the table.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"input"
Successful Response
Show child attributes