update_category_name
Modify the name of a workforce planning category in Procore projects to maintain accurate resource management and planning.
Instructions
Update Category Name. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/categories/{category_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. | |
| name | Yes | The updated name of the Category. |