Skip to content

Commit

Permalink
Update the warning on the activity endpoint to reflect public preview…
Browse files Browse the repository at this point in the history
… status (#264)
  • Loading branch information
AaronAtDuo committed Apr 29, 2024
1 parent 35cc654 commit 2ca810a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
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

0 comments on commit 2ca810a

Please sign in to comment.