From 2860cc0a8c89f0aacf333dd212730801f34e2b38 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 22 Jul 2025 16:43:54 +0000 Subject: [PATCH] Regenerate client from commit bd643af of spec repo --- .generated-info | 4 ++-- .generator/schemas/v1/openapi.yaml | 13 +++++++++---- .generator/schemas/v2/openapi.yaml | 13 +++++++++---- .../api/client/v1/api/key_management.feature | 6 ++++-- .../api/client/v2/api/key_management.feature | 6 ++++-- 5 files changed, 28 insertions(+), 14 deletions(-) diff --git a/.generated-info b/.generated-info index 7bdd0c9153e..aa05f4e39fb 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "8ca2883", - "generated": "2025-07-22 07:16:11.777" + "spec_repo_commit": "bd643af", + "generated": "2025-07-22 16:43:53.927" } diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 3d5e6d29830..4850f47115c 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -37563,13 +37563,18 @@ tags: - description: Get a list of IP prefixes belonging to Datadog. name: IP Ranges - description: 'Manage your Datadog API and application keys. You need an API key - and + and an - an application key for a user with the required permissions to interact + application key for a user with the required permissions to interact with these + endpoints. - with these endpoints. The full list of API and application keys can be - seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).' + Consult the following pages to view and manage your keys: + + + - [API Keys](https://app.datadoghq.com/organization-settings/api-keys) + + - [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)' externalDocs: description: Find out more at url: https://docs.datadoghq.com/account_management/api-app-keys/ diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index a4af6732fc7..d6126b44306 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -65947,13 +65947,18 @@ tags: for more information. name: Incidents - description: 'Manage your Datadog API and application keys. You need an API key - and + and an + + application key for a user with the required permissions to interact with these + endpoints. + + + Consult the following pages to view and manage your keys: - an application key for a user with the required permissions to interact - with these endpoints. The full list of API and application keys can be + - [API Keys](https://app.datadoghq.com/organization-settings/api-keys) - seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).' + - [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)' externalDocs: description: Find out more at url: https://docs.datadoghq.com/account_management/api-app-keys/ diff --git a/src/test/resources/com/datadog/api/client/v1/api/key_management.feature b/src/test/resources/com/datadog/api/client/v1/api/key_management.feature index 3deec5c1131..c3f18c2346a 100644 --- a/src/test/resources/com/datadog/api/client/v1/api/key_management.feature +++ b/src/test/resources/com/datadog/api/client/v1/api/key_management.feature @@ -2,8 +2,10 @@ Feature: Key Management Manage your Datadog API and application keys. You need an API key and an application key for a user with the required permissions to interact with - these endpoints. The full list of API and application keys can be seen on - your [Datadog API page](https://app.datadoghq.com/account/settings#api). + these endpoints. Consult the following pages to view and manage your + keys: - [API Keys](https://app.datadoghq.com/organization-settings/api- + keys) - [Application Keys](https://app.datadoghq.com/personal- + settings/application-keys) Background: Given a valid "apiKeyAuth" key in the system diff --git a/src/test/resources/com/datadog/api/client/v2/api/key_management.feature b/src/test/resources/com/datadog/api/client/v2/api/key_management.feature index 47a50604b49..551d52afdad 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/key_management.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/key_management.feature @@ -2,8 +2,10 @@ Feature: Key Management Manage your Datadog API and application keys. You need an API key and an application key for a user with the required permissions to interact with - these endpoints. The full list of API and application keys can be seen on - your [Datadog API page](https://app.datadoghq.com/account/settings#api). + these endpoints. Consult the following pages to view and manage your + keys: - [API Keys](https://app.datadoghq.com/organization-settings/api- + keys) - [Application Keys](https://app.datadoghq.com/personal- + settings/application-keys) Background: Given a valid "apiKeyAuth" key in the system