We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73553a2 commit f1ef248Copy full SHA for f1ef248
examples/ngrokwebhook.py
@@ -65,7 +65,7 @@ def findwebhookidbyname(api, webhookname):
65
if "not found" in whid:
66
#create
67
print ("not found")
68
- dict=api.webhooks.create(webhookname, targetUrl, resource, event)
+ dict=api.webhooks.create(webhookname, Url, resource, event)
69
print (dict)
70
else:
71
#update
0 commit comments