Add Segment To The Project Pattern
add_segment_to_the_project_patternUpdate an existing segment in a Procore project's work breakdown structure pattern. Send only fields to change; returns the modified segment.
Instructions
Updates an existing segment in the specified Procore project. 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 segment 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, segment_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PUT /rest/v1.0/projects/{project_id}/work_breakdown_structure/patterns/add_segment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| segment_id | Yes | JSON request body field — unique identifier of the segment |