update_subcategory_name
Modify the name of a subcategory within Procore's resource planning system to maintain accurate project organization and workforce management.
Instructions
Update Subcategory Name. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/categories/{category_id}/subcategories/{subcategory_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| project_id | Yes | Unique identifier for the project | |
| category_id | Yes | Unique identifier for the Category. | |
| subcategory_id | Yes | Unique identifier for the Subcategory. | |
| name | Yes | The new name for the Subcategory. |