Update Project Pattern'S Segment Order
update_project_patterns_segment_orderUpdate segment order on a project's work breakdown structure pattern. Provide project ID and new order for each segment to rearrange the pattern. Returns the modified pattern.
Instructions
Updates the segment order on a project pattern. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted. Returns the modified project pattern s segment order on success. 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, 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 |