client.templates.put_scripts_projects

A method of the Templates endpoint.

put_scripts_projects(id: int, project_id: int) Response

Add a Script Template to a project

API URL: PUT /templates/scripts/{id}/projects/{project_id}

import civis
client = civis.APIClient()
response = client.templates.put_scripts_projects(...)
Parameters:
idint

The ID of the Script Template.

project_idint

The ID of the project.

Returns:
None

Response code 204: success