update_action_plan
Modify existing action plans in Procore projects by updating details like title, description, status, assignees, and custom fields to track project tasks.
Instructions
Update Action Plan. [Project Management/Action Plans] PATCH /rest/v1.0/projects/{project_id}/action_plans/plans/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Action Plan ID | |
| title | No | Title of the Action Plan | |
| description | No | Description of the Action Plan | |
| private | No | Privacy flag of the Action Plan | |
| location_id | No | Location ID to be set on the Action Plan | |
| manager_id | No | Party Person ID of the Action Plan Manager | |
| plan_type_id | No | Plan Type ID to be set on the Action Plan | |
| status_id | No | Action Plan Status ID to be set on the Action Plan | |
| plan_approvers_attributes | No | plan_approvers_attributes | |
| plan_receivers_attributes | No | plan_receivers_attributes | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |