Update Filing Type
update_filing_typeUpdates an existing injury filing type in Procore Incidents. Requires company ID and filing type ID; optionally updates severity level.
Instructions
Updates a specified Filing Type. Note that Procore provided Filing Type 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}/incidents/injury_filing_types/{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 | |
| severity_level_id | No | JSON request body field — incident Severity Level ID |