Update Specification Area
update_specification_areaUpdate an existing specification area in a Procore project by providing company, project, and area IDs. Modify its name or description as needed.
Instructions
Updates an existing Specification Area in the specified Project. Use this to update an existing Specifications (only the supplied fields are changed). Updates the specified Specifications and returns the modified object on success. Required parameters: company_id, project_id, specification_area_id. Procore API (v2.1): Project Management > Specifications. Endpoint: PUT /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_areas/{specification_area_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. | |
| specification_area_id | Yes | URL path parameter — unique identifier for the specification area. | |
| name | No | JSON request body field — name of the Specification Area | |
| description | No | JSON request body field — description of the Specification Area |