PATCH /projects/{project}/table/{table_id_or_name}
Tables
PATCH /projects/{project}/table/{table_id_or_name}
Updates table metadata.
PATCH
PATCH /projects/{project}/table/{table_id_or_name}
Updates table metadata.
Full request:
Error or alternate response:
Endpoint details
Bearer
pat_... (Project API Token). Keep this token on your backend/server.Project slug. This acts as the Project ID in API paths.
Table numeric id or table name.
true for a successful response and false for an error response.Endpoint-specific response data when
ok is true; null on errors.Error code and message when
ok is false; null on success.Request identifier you can use when troubleshooting a specific API call.
Authentication
Project API Token.Parameters
Path:table_id_or_name table numeric ID or table name. Body: display_name optional string or null.