Update Action Plan Item
update_action_plan_itemUpdate specific fields of an action plan item using its project and item IDs. Modify title, description, notes, due date, holding type, or status.
Instructions
Update Action Plan Item. Use this to update an existing Action Plans (only the supplied fields are changed). Updates the specified Action Plans and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Action Plans. Endpoint: PATCH /rest/v1.0/projects/{project_id}/action_plans/plan_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Action Plans resource | |
| title | No | JSON request body field — title of the Action Plan Item | |
| description | No | JSON request body field — description of the Action Plan Item | |
| notes | No | JSON request body field — notes for the Action Plan Item | |
| due_at | No | JSON request body field — due Date of the Action Plan Item | |
| holding_type | No | JSON request body field — action Plan Item holding type specifies whether the current item holds all the succeeding items in the section or the plan | |
| status_id | No | JSON request body field — status ID of the Action Plan Item (1 - open, 2 - in_progress, 3 - delayed, 4 - closed) |