Update Contributing Condition
update_contributing_conditionUpdate a contributing condition's name or active status for Procore incidents. Only user-defined conditions can have their name changed.
Instructions
Updates a Contributing Condition. Note that Procore provided Contributing Conditions' names cannot be changed. Use this to update an existing Incidents (only the supplied fields are changed). Updates the specified Incidents and returns the modified object on success. Required parameters: company_id, id. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/contributing_conditions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — contributing Condition ID | |
| name | No | JSON request body field — the Name of the Contributing Condition | |
| active | No | JSON request body field — flag that denotes if the Contributing Condition is available for use |