update_a_classification
Modify work classification details in Procore projects, including name, abbreviation, and activation status, to maintain accurate project organization and reporting.
Instructions
Update a classification. [Company Admin/Company Settings] PATCH /rest/v1.0/projects/{project_id}/work_classifications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Id of the classification | |
| name | No | Name of the classification | |
| abbreviation | No | The shortened form of classification | |
| is_active | No | Is the classification active or not |