From 697474c6940101f151c49596b38f8b7e17cc6c5b Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:38:17 +0000 Subject: [PATCH] [CRED-560] Update key management docs to include new working links (#2542) Co-authored-by: ci.datadog-api-spec --- .generated-info | 4 ++-- .generator/schemas/v1/openapi.yaml | 13 +++++++++---- .generator/schemas/v2/openapi.yaml | 13 +++++++++---- features/v1/key_management.feature | 6 ++++-- features/v2/key_management.feature | 6 ++++-- 5 files changed, 28 insertions(+), 14 deletions(-) diff --git a/.generated-info b/.generated-info index db75f3d3744..2a89a83fdde 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "8ca2883", - "generated": "2025-07-22 07:14:48.428" + "spec_repo_commit": "bd643af", + "generated": "2025-07-22 16:42:29.313" } 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/features/v1/key_management.feature b/features/v1/key_management.feature index 3deec5c1131..c3f18c2346a 100644 --- a/features/v1/key_management.feature +++ b/features/v1/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/features/v2/key_management.feature b/features/v2/key_management.feature index 47a50604b49..551d52afdad 100644 --- a/features/v2/key_management.feature +++ b/features/v2/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