8000
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 75721c5 commit a1878e8Copy full SHA for a1878e8
twilio/twiml.py
@@ -503,9 +503,9 @@ class Enqueue(Verb):
503
leaves the queue. When dequeued via a <Dial> verb,
504
this url is executed after the bridged parties disconnect
505
:param method: HTTP method for action GET/POST
506
- :param wait_url: url to a twiml document that executes
+ :param waitUrl: url to a twiml document that executes
507
while the call is on the queue
508
- :param wait_url_method: HTTP method for wait_url GET/POST
+ :param waitUrlMethod: HTTP method for waitUrl GET/POST
509
"""
510
GET = 'GET'
511
POST = 'POST'
0 commit comments