Move Action Plan Section
move_action_plan_sectionMove an action plan section to a new position within its plan. Specify project_id and section id, then optionally provide next_section_id to place it after a specific section.
Instructions
Moves the Action Plan Section. project_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. Applies the change and returns the updated action plan section. 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: project_id, id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_sections/{id}/move
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — action Plan Section ID | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| next_section_id | No | Query string parameter — iD of the Action Plan Section that will follow the newly moved Section. When moving an Action Plan Section to the last position of the Action Plan, do not provide this parameter. |