We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5dae43 + 345ea3d commit a65a0c8Copy full SHA for a65a0c8
1 file changed
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