update_specification_area_v2_1
Modify specification area details in Procore projects to update names and descriptions for accurate project documentation.
Instructions
Update Specification Area. [Project Management/Specifications] PUT /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_areas/{specification_area_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| specification_area_id | Yes | Unique identifier for the specification area. | |
| name | No | Name of the Specification Area | |
| description | No | Description of the Specification Area |