Update Contributing Behavior
update_contributing_behaviorUpdate an existing contributing behavior in Procore Incidents. Modify its name or active status, with system behaviors preserved.
Instructions
Updates a Contributing Behavior. Note that Procore provided Contributing Behaviors' 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_behaviors/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — contributing Behavior ID | |
| name | No | JSON request body field — the Name of the Contributing Behavior | |
| active | No | JSON request body field — flag that denotes if the Contributing Behavior is available for use |