View source: R/generated_client.R
databases_put_schemas_tables_projects | R Documentation |
Add a Table to a project
databases_put_schemas_tables_projects(id, project_id, schema_name, table_name)
id |
integer required. The ID of the database |
project_id |
integer required. The ID of the project. |
schema_name |
string required. The name of the schema |
table_name |
string required. The name of the table |
An empty HTTP response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.