Update Incident Action Type
update_incident_action_typeUpdates an existing Incident Action Type's name or active status using company ID, action type ID, and new name.
Instructions
Updates a specified Incident Action Type. Note that Procore provided Incident Action Types' 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/action_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — incident Action Type ID | |
| name | Yes | JSON request body field — the Name of the Incident Action Type | |
| active | No | JSON request body field — flag that denotes if the Incident Action Type is available for use |