File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -503,9 +503,9 @@ class Enqueue(Verb):
503
503
leaves the queue. When dequeued via a <Dial> verb,
504
504
this url is executed after the bridged parties disconnect
505
505
:param method: HTTP method for action GET/POST
506
- :param wait_url : url to a twiml document that executes
506
+ :param waitUrl : url to a twiml document that executes
507
507
while the call is on the queue
508
- :param wait_url_method : HTTP method for wait_url GET/POST
508
+ :param waitUrlMethod : HTTP method for waitUrl GET/POST
509
<
4551
td data-grid-cell-id="diff-639d38c76a1c4ba9bd834fa8b31e212c3aad9ea5335f1d369bded50f4646edf8-509-509-1" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">509
"""
510
510
GET = 'GET'
511
511
POST = 'POST'
You can’t perform that action at this time.
0 commit comments