Update Wbs Attribute Item
update_wbs_attribute_itemUpdate an existing Work Breakdown Structure attribute item by providing its ID and new name. Only supplied fields are changed.
Instructions
Update Wbs Attribute Item 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_item_id, name. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attribute_items/{wbs_attribute_item_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_item_id | Yes | URL path parameter — unique identifier for the Wbs Attribute Item. | |
| name | Yes | JSON request body field — attribute Item name. Unique within the Attribute. |