Mutations
updateEscalationPath
Updates an existing escalation path. All fields are optional — only the fields provided will be changed.
If steps is provided, it replaces the full list of steps; omit it to leave the current steps unchanged.
Returns an error if the escalation path does not exist. Requires the escalationPath:edit permission.
MUTATION
updateEscalationPath(input: UpdateEscalationPathInput!): UpdateEscalationPathOutput!Arguments
input
required
Returns
escalationPath
error
Mutation
Variables
Response
Mutation
Variables
Response

