databases_put_schemas_tables_projects: Add a Table to a project
Description
Add a Table to a project
Usage
databases_put_schemas_tables_projects(id, project_id, schema_name, table_name)
Value
An empty HTTP response
Arguments
- 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