Update Project Pattern'S Segment Order
update_project_patterns_segment_orderUpdates the order of segments in a project's Work Breakdown Structure pattern. Provide project ID and updated order array to modify segment positions.
Instructions
Updates the segment order on a project pattern. Use this to update an existing Work Breakdown Structure records (only the supplied fields are changed). Updates the specified Work Breakdown Structure records and returns the modified object on success. Required parameters: project_id, updated_order. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PUT /rest/v1.0/projects/{project_id}/work_breakdown_structure/patterns/update_segment_order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| updated_order | Yes | JSON request body field — new position for each segment in the pattern |