Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the warning on the activity endpoint to reflect public preview… #264

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

**Accounts** - https://www.duosecurity.com/docs/accountsapi

**Activity** - TBD (As of now, the activity endpoint is not in general availability and is restricted to a few customers for private preview.
If you have any questions or need more information, feel free to reach out to support for guidance.)
**Activity** - The activity endpoint is in public preview and subject to change

## Tested Against Python Versions
* 3.7
Expand Down
4 changes: 1 addition & 3 deletions duo_client/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,7 @@ def get_activity_logs(self, **kwargs):
"""
Returns activity log events.

As of now, the activity endpoint is not in general availability and is restricted to a few customers for private preview.
If you have any questions or need more information, feel free to reach out to support for guidance.

The activity endpoint is in public preview and subject to change.

mintime - Unix timestamp in ms; fetch records >= mintime
maxtime - Unix timestamp in ms; fetch records <= maxtime
Expand Down
Loading