From b7edb1cb97209db1a3418fd05bbfc2268b998b94 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 26 Mar 2026 15:32:19 +0000 Subject: [PATCH] Regenerate client from commit 98a17f1 of spec repo --- .generator/schemas/v1/openapi.yaml | 2 ++ src/datadog_api_client/v1/api/logs_api.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4b8fb50414..b3d9489af5 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -29628,6 +29628,8 @@ paths: consider use of the Datadog archive capabilities instead of the log list API. See [Datadog Logs Archive documentation][2].** + **Note**: This endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](https://docs.datadoghq.com/help/). + [1]: /logs/guide/collect-multiple-logs-with-pagination [2]: https://docs.datadoghq.com/logs/archives operationId: ListLogs diff --git a/src/datadog_api_client/v1/api/logs_api.py b/src/datadog_api_client/v1/api/logs_api.py index 9bd2988994..aedb613c5f 100644 --- a/src/datadog_api_client/v1/api/logs_api.py +++ b/src/datadog_api_client/v1/api/logs_api.py @@ -145,6 +145,8 @@ def list_logs( consider use of the Datadog archive capabilities instead of the log list API. See `Datadog Logs Archive documentation `_. + **Note** : This endpoint is enabled by default for logs customers. To disable it, contact `Datadog support `_. + :param body: Logs filter :type body: LogsListRequest :rtype: LogsListResponse