Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit e70a217

Browse files
committed
add missing comma
1 parent 1e904a3 commit e70a217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp-oncall/spoc-integrations/appdynamics-integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Configure the AppDynamics SaaS version
164164
"message_type":"${message_type}",
165165
166166
#latestEvent.incident.id is the AppDynamics incident ID for the health rule. 1 incident can include multiple events.
167-
"entity_id":"${latestEvent.incident.id}"
167+
"entity_id":"${latestEvent.incident.id}",
168168
169169
#latestEvent.id is the AppDynamics event ID for the triggering HTTP action.
170170
"event_id":"${latestEvent.id}",

0 commit comments

Comments
 (0)