Skip to content

Commit 3a06029

Browse files
rachael-tcjbellcellomatt
authored
Chore: Update description for get_subscriptions method (#27)
* Update description for get_subscriptions method * Apply suggestions from code review Co-authored-by: Matt Kufchak <[email protected]> --------- Co-authored-by: Chris Bell <[email protected]> Co-authored-by: Matt Kufchak <[email protected]>
1 parent 640ceb4 commit 3a06029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knockapi/resources/objects.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ def list_subscriptions(self, collection, id, options={}):
454454

455455
def get_subscriptions(self, collection, id, options={}):
456456
"""
457-
Returns subscriptions for an object as a recipient
458-
457+
Returns all of the active subscriptions for which the specified object is a recipient
458+
459459
Args:
460460
collection (str): The collection the object belongs to
461461
id (str): The id of the object

0 commit comments

Comments
 (0)