Modify Tables

Learn to update and delete table columns and rows using the Tables API.

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 1200+ tech skills courses.