Bulk Update Action Plan Item
bulk_update_action_plan_itemBulk update Action Plan Items in Procore. Modify multiple items in a single request to avoid repeated single-record calls and reduce API overhead.
Instructions
Updates multiple Action Plan Items. Prefer this over repeated single-record calls when handling many action plan items at once. project_id defaults to the value set by procore_set_config when omitted. Returns the modified action plan item on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, plan_items. Procore API: Project Management > Action Plans. Endpoint: PATCH /rest/v1.0/projects/{project_id}/action_plans/plan_items/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_items | Yes | JSON request body field — the plan items for this Action Plans operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. |