We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641784c commit 345ea3dCopy full SHA for 345ea3d
REST_API_v2/Services/update_service.py
@@ -54,7 +54,10 @@ def update_service():
54
'service': {
55
'name': NAME,
56
'description': DESCRIPTION,
57
- 'escalation_policy_id': ESCALATION_POLICY_ID,
+ 'escalation_policy': {
58
+ 'id': ESCALATION_POLICY_ID,
59
+ 'type': 'escalation_policy_reference'
60
+ },
61
'acknowledgement_timeout': ACKNOWLEDGEMENT_TIMEOUT,
62
'auto_resolve_timeout': AUTO_RESOLVE_TIMEOUT,
63
'severity_filter': SEVERITY_FILTER
0 commit comments