Update Incident Urgency
Updates incident urgency.
Path Parameters
- uniqueId
Unique Identifier (UUID) of a given urgency
- clientId
Describes the clientId of the tenant
Request Body
application/json
- name
Urgency name.
- description
Short summary describing the urgency.
Request Body Samples
{
"name": "Network Servers Issue-High",
"description": "High amount of traffic on network servers in site SJ"
}
Responses
- uniqueId
- name
- description
- id
- createdBy
- updatedBy
- createdDate
- updatedDate
Loading Examples...