Update Harm Source
update_harm_sourceUpdate a harm source and its fields in Procore incidents. Provide company ID, harm source ID, and name to modify. Returns updated object.
Instructions
Updates a specified Harm Source. Note that Procore provided Harm Sources' 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, name. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/incidents/harm_sources/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Incidents resource | |
| name | Yes | JSON request body field — the Name of the Harm Source | |
| active | No | JSON request body field — flag that denotes if the Harm Source is available for use |