Skip to content

Commit

Permalink
chore(kno-5608): add recipients params to object subscriptions comment (
Browse files Browse the repository at this point in the history
  • Loading branch information
natperpepaj authored Mar 27, 2024
1 parent dcd4339 commit 2395a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knockapi/resources/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ def list_subscriptions(self, collection, id, options={}):
- page_size: specify size of the page to be returned by the api. (max limit: 50)
- after: after cursor for pagination
- before: before cursor for pagination
- recipients: list of recipient identifiers to filter subscribers of the object
Returns:
dict: Paginated Subscription response.
Expand Down

0 comments on commit 2395a0a

Please sign in to comment.