Update Action Plan Section
update_action_plan_sectionUpdate an existing Action Plan Section in a Procore project. Modify fields like title and select a response view (normal, extended, or ids) to get the updated object with desired attributes.
Instructions
Updates an Action Plan Section. View Parameter: - normal (default): Returns standard Action Plan Section attributes - extended: Returns standard attributes plus nested plan_items array. 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/plan_sections/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — action Plan Section ID | |
| view | No | Query string parameter — specifies which view (which attributes) of the Action Plan Section is going to be present in the response. - `normal` (default): Returns standard Action Plan Section attributes - `extended`: Return... | |
| title | No | JSON request body field — the title for this Action Plans operation |