diff --git a/.generated-info b/.generated-info index ad7d1f549..9bf9d42fd 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "8ca2883", - "generated": "2025-07-22 07:19:53.580" + "spec_repo_commit": "bd643af", + "generated": "2025-07-22 16:47:27.533" } diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 3d5e6d298..4850f4711 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 a4af6732f..d6126b443 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/datadogV1/api/api_key_management.rs b/src/datadogV1/api/api_key_management.rs index 1eb1d8a4c..8190043ca 100644 --- a/src/datadogV1/api/api_key_management.rs +++ b/src/datadogV1/api/api_key_management.rs @@ -90,10 +90,13 @@ pub enum UpdateApplicationKeyError { UnknownValue(serde_json::Value), } -/// 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](). +/// 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. +/// +/// Consult the following pages to view and manage your keys: +/// +/// - [API Keys]() +/// - [Application Keys]() #[derive(Debug, Clone)] pub struct KeyManagementAPI { config: datadog::Configuration, diff --git a/src/datadogV2/api/api_key_management.rs b/src/datadogV2/api/api_key_management.rs index 8c79f1dca..7ff339e0b 100644 --- a/src/datadogV2/api/api_key_management.rs +++ b/src/datadogV2/api/api_key_management.rs @@ -368,10 +368,13 @@ pub enum UpdateCurrentUserApplicationKeyError { UnknownValue(serde_json::Value), } -/// 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](). +/// 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. +/// +/// Consult the following pages to view and manage your keys: +/// +/// - [API Keys]() +/// - [Application Keys]() #[derive(Debug, Clone)] pub struct KeyManagementAPI { config: datadog::Configuration, diff --git a/tests/scenarios/features/v1/key_management.feature b/tests/scenarios/features/v1/key_management.feature index 3deec5c11..c3f18c234 100644 --- a/tests/scenarios/features/v1/key_management.feature +++ b/tests/scenarios/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/tests/scenarios/features/v2/key_management.feature b/tests/scenarios/features/v2/key_management.feature index 47a50604b..551d52afd 100644 --- a/tests/scenarios/features/v2/key_management.feature +++ b/tests/scenarios/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