Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 4854f55

Browse files
committed
Fix example-1.7.x syntax error
1 parent 5928ddb commit 4854f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/taskrouter/taskchannels/instance/post/example-1/example-1.7.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
task_channel = client.taskrouter.workspaces(workspace_sid).task_channels(task_channel_sid)
1515

16-
task_channel.update(friendly_name: "My Channel")
16+
task_channel.update("friendly_name", "My Channel")
1717

1818
print(task_channel.friendly_name)
1919
print(task_channel.unique_name)

0 commit comments

Comments
 (0)