8000 [Librarian] Regenerated @ ace337a1be26cdd69f455a9a0f82789cd255d3a1 · RoadRunner11/twilio-python@440eaa8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 440eaa8

Browse files
committed
[Librarian] Regenerated @ ace337a1be26cdd69f455a9a0f82789cd255d3a1
1 parent 183d617 commit 440eaa8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2021-06-02] Version 6.59.1
7+
---------------------------
8+
**Events**
9+
- join Sinks and Subscriptions service
10+
11+
**Verify**
12+
- Improved the documentation of `challenge` adding the maximum and minimum expected lengths of some fields.
13+
- Improve documentation regarding `notification` by updating the documentation of the field `ttl`.
14+
15+
616
[2021-05-19] Version 6.59.0
717
---------------------------
818
**Events**

twilio/rest/verify/v2/service/entity/challenge/notification.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def create(self, ttl=values.unset):
3939
"""
4040
Create the NotificationInstance
4141
42-
:param unicode ttl: How long, in seconds, the Notification is valid.
42+
:param unicode ttl: How long, in seconds, the notification is valid.
4343
4444
:returns: The created NotificationInstance
4545
:rtype: twilio.rest.verify.v2.service.entity.challenge.notification.NotificationInstance
@@ -196,15 +196,15 @@ def challenge_sid(self):
196196
@property
197197
def priority(self):
198198
"""
199-
:returns: The priority of the Notification.
199+
:returns: The priority of the notification.
200200
:rtype: unicode
201201
"""
202202
return self._properties['priority']
203203

204204
@property
205205
def ttl(self):
206206
"""
207-
:returns: How long, in seconds, the Notification is valid.
207+
:returns: How long, in seconds, the notification is valid.
208208
:rtype: unicode
209209
"""
210210
return self._properties['ttl']

0 commit comments

Comments
 (0)
0