Modify Tables
Learn to update and delete table columns and rows using the Tables API.
We'll cover the following
Update a table
After creating a table, we might want to make some changes to that table. HubDB API provides us with an endpoint that is used to update an existing table. We need to send a PATCH
request to this endpoint to add or delete columns in a table. Also, we can restore an archived table using this endpoint.
The base URL for this endpoint is as follows:
Get hands-on with 1400+ tech skills courses.