Update Assignees And Workflow Manager (Project)
update_assignees_and_workflow_manager_projectUpdates assignees and workflow manager for a project workflow preset. Specify company, project, and preset ID to modify responsible groups and workflow manager.
Instructions
Updates assignees and workflow manager for a workflow preset for a project tool. Use this to update an existing Workflows (only the supplied fields are changed). Updates the specified Workflows and returns the modified object on success. Required parameters: company_id, project_id, id. Procore API (v2.0): Core > Workflows. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/workflows/presets/{id}/assignees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier for the resource. | |
| workflow_manager_id | No | JSON request body field — iD of the new workflow manager | |
| responsible_group_memberships | No | JSON request body field — list of responsible groups memberships |