update_incident_severity_level
Modify incident severity levels in Procore to adjust notification settings and alert recipients for project safety management.
Instructions
Update Incident Severity Level. [Project Management/Incidents] PATCH /rest/v1.0/companies/{company_id}/incidents/severity_levels/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | Incident Severity Level ID | |
| name | No | Name of the Incident Severity Level | |
| email_trigger | No | Indicates whether an email should be sent | |
| push_notification_trigger | No | Indicates whether a push notification should be sent | |
| alert_recipient_ids | No | IDs of Users that should receive notifications |