Skip to content

Commit 2395a0a

Browse files
authored
chore(kno-5608): add recipients params to object subscriptions comment (#28)
1 parent dcd4339 commit 2395a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

knockapi/resources/objects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ def list_subscriptions(self, collection, id, options={}):
444444
- page_size: specify size of the page to be returned by the api. (max limit: 50)
445445
- after: after cursor for pagination
446446
- before: before cursor for pagination
447+
- recipients: list of recipient identifiers to filter subscribers of the object
447448
448449
Returns:
449450
dict: Paginated Subscription response.

0 commit comments

Comments
 (0)