client.projects.put_parent_projects

A method of the Projects endpoint.

put_parent_projects(id: int, parent_project_id: int) Response

Add an item to a Parent Project

API URL: PUT /projects/{id}/parent_projects/{parent_project_id}

import civis
client = civis.APIClient()
response = client.projects.put_parent_projects(...)
Parameters:
idint

The ID of the item.

parent_project_idint

The ID of the Parent Project.

Returns:
None

Response code 204: success