upservice_set_project_managers
Replace all managers assigned to a project with a new set of employees. Specify project ID and new manager list.
Instructions
Replace the full set of managers for a project.
Note: this REPLACES the existing manager list, it does not append to it.
Args: params (SetProjectEmployeesInput): project_id (int), employees (List[int], the new full manager list)
Returns: str: JSON confirmation/updated manager list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |