Update Wbs Attributes
update_wbs_attributesUpdate specific Work Breakdown Structure attributes for a project by providing the attribute ID and new name. Only supplied fields are changed.
Instructions
Update Wbs Attributes for a given project. 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: company_id, project_id, wbs_attribute_id, name. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attributes/{wbs_attribute_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| wbs_attribute_id | Yes | URL path parameter — unique identifier for the Wbs Attribute. | |
| name | Yes | JSON request body field — attribute name. Unique within the project. |