v3
latestOpenAPI 3.0.12026-07-133132111.2 KBUpdate an existing table
Update an existing HubDB table. You can use this endpoint to add or remove columns to the table as well as restore an archived table. Tables updated using the endpoint will only modify the draft verion of the table. Use the /publish endpoint to push all the changes to the published version. To restore a table, include the query parameter archived=true and "archived": false in the json body. Note: You need to include all the columns in the input when you are adding/removing/updating a column. If you do not include an already existing column in the request, it will be deleted.
Path parameters
The ID or name of the table to update.
Query parameters
Specifies whether to return archived tables. Defaults to false.
Set this to true to populate foreign ID values in the result.
Indicates whether to retrieve the localized schema for the table.
Request body
Response
successful operation