We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c55d07 commit cf459e6Copy full SHA for cf459e6
REST_API_v2/Incidents/trigger_incident.py
@@ -34,7 +34,7 @@
34
FROM = ''
35
36
def trigger_incident():
37
- """Triggers an incident using the V2 REST API."""
+ """Triggers an incident via the V2 REST API using sample data."""
38
39
url = 'https://api.pagerduty.com/incidents'
40
headers = {
0 commit comments