Update A Company Action Plan Template
update_a_company_action_plan_templatePatch an existing company action plan template in Procore by submitting only the fields to change. Requires company and template IDs, returns the updated template.
Instructions
Updates an existing company action plan template for the specified Procore company. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "plan_template" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified company action plan template 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: company_id, id. Procore API (v1.1): Project Management > Action Plans. Endpoint: PATCH /rest/v1.1/companies/{company_id}/action_plans/plan_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — company Action Plan Template ID | |
| title | No | JSON request body field — the title for this Action Plans operation | |
| private | No | JSON request body field — privacy flag of the Company Action Plan Template | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| description | No | JSON request body field — the description for this Action Plans operation | |
| plan_type_id | No | JSON request body field — iD of an Action Plan Type |