client.imports.put_projects
A method of the Imports endpoint.
- put_projects(id: int, project_id: int) Response
Add an Import to a project
API URL:
PUT /imports/{id}/projects/{project_id}import civis client = civis.APIClient() response = client.imports.put_projects(...)
- Parameters:
- idint
The ID of the Import.
- project_idint
The ID of the project.
- Returns:
- None
Response code 204: success