Update Action Plan
update_action_planUpdate an existing action plan by modifying only the supplied fields. Returns the updated plan object.
Instructions
Update Action Plan. 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/plans/{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 | |
| description | No | JSON request body field — description of the Action Plan | |
| private | No | JSON request body field — privacy flag of the Action Plan | |
| location_id | No | JSON request body field — location ID to be set on the Action Plan | |
| manager_id | No | JSON request body field — party Person ID of the Action Plan Manager | |
| plan_type_id | No | JSON request body field — plan Type ID to be set on the Action Plan | |
| status_id | No | JSON request body field — action Plan Status ID to be set on the Action Plan | |
| plan_approvers_attributes | No | JSON request body field — plan_approvers_attributes | |
| plan_receivers_attributes | No | JSON request body field — plan_receivers_attributes | |
| custom_field_%{custom_field_definition_id} | No | JSON request body field — value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |