Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OTXv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# API URLs
API_V1_ROOT = "/api/v1" # API v1 base path
SUBSCRIBED = "{}/pulses/subscribed".format(API_V1_ROOT) # pulse subscriptions
SUBSCRIBED = "{}/pulses/activity".format(API_V1_ROOT) # pulse subscriptions
EVENTS = "{}/pulses/events".format(API_V1_ROOT) # events (user actions)
SEARCH_PULSES = "{}/search/pulses".format(API_V1_ROOT) # search pulses
SEARCH_USERS = "{}/search/users".format(API_V1_ROOT) # search users
Expand Down