Update an escalation policy for a teamAsk AIpatch https://api.firehydrant.io/v1/teams/{team_id}/escalation_policies/{id}Update a Signals escalation policy by IDPath Paramsteam_idstringrequiredidstringrequiredBody Paramsnamestring | nullThe escalation policy's name.descriptionstring | nullA detailed description of the escalation policy.repetitionsint32 | nullDefaults to 0The number of times that the escalation policy should repeat before an alert is dropped.defaultboolean | nullDefaults to falseWhether this escalation policy should be the default for the team.truefalsestep_strategystring | nullThe strategy for handling steps in the escalation policy. Can be "static" or "dynamic_by_priority".stepsarray of objects | nullA list of steps that define how an alert should escalate through the policy.stepsADD objecthandoff_stepobject | nullA step that defines where an alert should be sent when the policy is exhausted and the alert is still unacknowledged.handoff_step object | nullprioritized_settingsobject | nullPriority-specific settings for dynamic escalation policiesprioritized_settings object | nullResponse 200Update a Signals escalation policy by IDUpdated 7 months ago