Bulk Update Action Plan Template Item
bulk_update_action_plan_template_item_projectUpdates multiple action plan template items in a project. Specify the items to update and optionally set completion mode to update all or nothing.
Instructions
Updates multiple Action Plan Template Items. 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, plan_template_items. Procore API: Project Management > Action Plans. Endpoint: PATCH /rest/v1.0/projects/{project_id}/action_plans/plan_template_items/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| completion_mode | No | Query string parameter — whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing" | |
| plan_template_items | Yes | JSON request body field — the plan template items for this Action Plans operation |