Skip to content

Commit 6efa3ee

Browse files
committed
Fix wrong examples change
1 parent 34d5542 commit 6efa3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/v2/incidents/SearchIncidents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
with ApiClient(configuration) as api_client:
1111
api_instance = IncidentsApi(api_client)
1212
response = api_instance.search_incidents(
13-
query="state:(active OR stable OR resolved)&from_ts=1693233872794&to_ts=1695912272794",
13+
query="state:(active OR stable OR resolved)",
1414
)
1515

1616
print(response)

0 commit comments

Comments
 (0)