8000 Updated docstring · saroshfarhan/twilio-python@0da4b19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0da4b19

Browse files
committed
Updated docstring
- Added Unique name
1 parent 0d6fa92 commit 0da4b19

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

twilio/rest/resources/ip_messaging/channels.py

Lines changed: 5 additions & 2 deletions
:return: Updated instance
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def update(self, **kwargs):
1616
:param sid: Channel instance identifier
1717
:param type: Channel type
1818
:param friendly_name: Channel's friendly name
19+
:param unique_name: Channel's Unique name
1920
:param attributes: Additional attributes that needs to be stored with
2021
channel
2122
:return: the updated instance
@@ -49,8 +50,9 @@ def create(self, **kwargs):
4950
"""
5051
Create a channel.
5152
52-
:param str friendly_name: The friendly name of the channel.
53-
:param str attributes: An attribute string with arbitrary
53+
:param str friendly_name: Channel's friendly name
54+
:param unique_name: Channel's Unique name
55+
:param str attributes: Developer-specific data (json) storage
5456
5557
:return: A :class:`Channel` object
5658
"""
@@ -68,6 +70,7 @@ def update(self, sid, **kwargs):
6870
:param sid: Channel instance identifier
6971
:param type: Channel type
7072
:param friendly_name: Channel's friendly name
73+
:param unique_name: Channel's Unique name
7174
:param attributes: Additional attributes that needs to be stored with
7275
channel
7376

0 commit comments

Comments
 (0)
0