Update Escalation (Partial)
PATCH {{baseUrl}}/v2/escalations/:identifier?identifierType=id
Updates the escalation using escalation 'id' or 'name'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id' or 'name' |
Request Body
{"name"=>"<string>", "description"=>"<string>", "rules"=>[{"condition"=>"if-not-acked", "notifyType"=>"default", "delay"=>{"timeAmount"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "timeUnit"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}, "recipient"=>{"type"=>"<string>", "id"=>"<string>"}}, {"condition"=>"if-not-acked", "notifyType"=>"default", "delay"=>{"timeAmount"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "timeUnit"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}, "recipient"=>{"type"=>"<string>", "id"=>"<string>"}}], "ownerTeam"=>{"id"=>"<string>", "name"=>"<string>"}, "repeat"=>{"waitInterval"=>-88516940, "count"=>82234878, "resetRecipientStates"=>true, "closeAlertAfterAll"=>true}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"requestId":"ipsum Excepteur magna ut","took":0,"result":"ipsum culpa","data":{"id":"nulla dolor Lorem non","name":"dolor magna sunt consequat"}}