Update table
Tables
Update Table
Updates table properties like name and order using either table ID or table name.
PATCH
Update table
Modifies table properties including name and display order within the database using either the table ID or table name.
- Only provided fields will be updated
- Omitted fields retain their current values
- Order determines table position in database navigation
Authorizations
Enter your Zite API key. Format: Bearer <api_key>
Path Parameters
The unique identifier of the database
The unique identifier of the table. You can also use the table name instead of the ID.
Body
application/json
New table name
Minimum string length:
1Response
Table updated successfully
Unique identifier for the table
Name of the table
Display order of the table
ID of the primary field in the table
List of fields in the table
List of views in the table
URL to view this table in the app
Example:
"https://app.zite.com/database/bad4b276-f604-47ad-86e5-d2ae4f60968f/tbl_abc123"
Last modified on April 28, 2026