Update A Classification
update_a_classificationUpdate a project's classification by specifying the project and classification IDs. Modify name, abbreviation, or active status.
Instructions
Updating a classification associated with the specified project. Use this to update an existing Company Settings (only the supplied fields are changed). Updates the specified Company Settings and returns the modified object on success. Required parameters: project_id, id. Procore API: Company Admin > Company Settings. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_classifications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — id of the classification | |
| name | No | JSON request body field — name of the classification | |
| abbreviation | No | JSON request body field — the shortened form of classification | |
| is_active | No | JSON request body field — is the classification active or not |