Skip to content

Commit

Permalink
update function description too
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Aug 18, 2024
1 parent 46bfa6f commit 799e43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/onepassword/OnePassword.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class OnePassword(ApiFetcher):
"""
:param onepassword_bearer_token: The cloudflare Bearer token
:param pagination_off: True if pagination should be off, False otherwise
:param days_back_fetch: Amount of days to fetch back in the first request, Optional (adds a filter on 'since')
:param days_back_fetch: Amount of days to fetch back in the first request, Optional (adds a filter on 'start_time')
:param onepassword_limit: 1Password limit for number of events to return in a single request (for pagination)
"""
onepassword_bearer_token: str = Field(frozen=True)
Expand Down

0 comments on commit 799e43e

Please sign in to comment.