client.reports.put_sql_projects

A method of the Reports endpoint.

put_sql_projects(id: int, project_id: int) Response

Add a SQL Report to a project

API URL: PUT /reports/sql/{id}/projects/{project_id}

import civis
client = civis.APIClient()
response = client.reports.put_sql_projects(...)
Parameters:
idint

The ID of the SQL Report.

project_idint

The ID of the project.

Returns:
None

Response code 204: success