client.workflows.put_projects

A method of the Workflows endpoint.

put_projects(id: int, project_id: int) Response

Add a Workflow to a project

API URL: PUT /workflows/{id}/projects/{project_id}

import civis
client = civis.APIClient()
response = client.workflows.put_projects(...)
Parameters:
idint

The ID of the Workflow.

project_idint

The ID of the project.

Returns:
None

Response code 204: success