8000 fixing docstring. workflow configs are JSON strings now · rbarner14/twilio-python@37e5ae6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37e5ae6

Browse files
committed
fixing docstring. workflow configs are JSON strings now
1 parent 3d30813 commit 37e5ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/task_router/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def create(self, friendly_name, configuration, assignment_callback_url,
3737
:param friendly_name: A string representing a human readable name for
3838
this Workflow. Examples include 'Inbound Call Workflow' or '2014
3939
Outbound Campaign'.
40-
:param configuration: YAML document configuring the rules for this
40+
:param configuration: JSON document configuring the rules for this
4141
Workflow.
4242
:param assignment_callback_url: A valid URL for the application that
4343
will process task assignment events.

0 commit comments

Comments
 (0)
0