From 8f0e4e894c24651336bb67f8f48ed38dbc247495 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Mon, 29 Apr 2024 14:59:02 -0400 Subject: [PATCH] Update the warning on the activity endpoint to reflect public preview status --- README.md | 3 +-- duo_client/admin.py | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c085e90..bb64f0a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/duo_client/admin.py b/duo_client/admin.py index 1549fdd..a045f47 100644 --- a/duo_client/admin.py +++ b/duo_client/admin.py @@ -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