update_action_plan_item
Modify action plan items in Procore projects to update details like title, description, due dates, or status for better project tracking.
Instructions
Update Action Plan Item. [Project Management/Action Plans] PATCH /rest/v1.0/projects/{project_id}/action_plans/plan_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Action Plan Item ID | |
| title | No | Title of the Action Plan Item | |
| description | No | Description of the Action Plan Item | |
| notes | No | Notes for the Action Plan Item | |
| due_at | No | Due Date of the Action Plan Item | |
| holding_type | No | Action Plan Item holding type specifies whether the current item holds all the succeeding items in the section or the plan | |
| status_id | No | Status ID of the Action Plan Item (1 - open, 2 - in_progress, 3 - delayed, 4 - closed) |