Update Incident Severity Level
update_incident_severity_levelUpdate an existing incident severity level's name, email trigger, push notification, or alert recipients in Procore.
Instructions
Updates a specified Incident Severity Level. 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/severity_levels/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — incident Severity Level ID | |
| name | No | JSON request body field — name of the Incident Severity Level | |
| email_trigger | No | JSON request body field — indicates whether an email should be sent | |
| push_notification_trigger | No | JSON request body field — indicates whether a push notification should be sent | |
| alert_recipient_ids | No | JSON request body field — iDs of Users that should receive notifications |