Update A Company Action Plan Template
update_a_company_action_plan_templateUpdate specific fields of an existing company action plan template (title, description, private, plan type) using the company ID and template ID.
Instructions
Update a Company Action Plan Template. 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: 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 |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Action Plan Template ID | |
| title | No | JSON request body field — the title for this Action Plans operation | |
| description | No | JSON request body field — the description for this Action Plans operation | |
| private | No | JSON request body field — privacy flag of the Company Action Plan Template | |
| plan_type_id | No | JSON request body field — iD of an Action Plan Type |