diff --git a/.generated-info b/.generated-info index 0c29ff8d50..7ad4962b2d 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "8ca2883", - "generated": "2025-07-22 07:15:04.416" + "spec_repo_commit": "bd643af", + "generated": "2025-07-22 16:43:14.580" } diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 3d5e6d2983..4850f47115 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 a4af6732fc..d6126b4430 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/datadog_api_client/v1/api/key_management_api.py b/src/datadog_api_client/v1/api/key_management_api.py index 2949cd4001..cf16bd5ad4 100644 --- a/src/datadog_api_client/v1/api/key_management_api.py +++ b/src/datadog_api_client/v1/api/key_management_api.py @@ -17,10 +17,13 @@ class KeyManagementApi: """ - 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 `_ """ def __init__(self, api_client=None): diff --git a/src/datadog_api_client/v2/api/key_management_api.py b/src/datadog_api_client/v2/api/key_management_api.py index 737f64f002..8412929a3e 100644 --- a/src/datadog_api_client/v2/api/key_management_api.py +++ b/src/datadog_api_client/v2/api/key_management_api.py @@ -25,10 +25,13 @@ class KeyManagementApi: """ - 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 `_ """ def __init__(self, api_client=None): diff --git a/tests/v1/features/key_management.feature b/tests/v1/features/key_management.feature index 3deec5c113..c3f18c2346 100644 --- a/tests/v1/features/key_management.feature +++ b/tests/v1/features/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/v2/features/key_management.feature b/tests/v2/features/key_management.feature index 47a50604b4..551d52afda 100644 --- a/tests/v2/features/key_management.feature +++ b/tests/v2/features/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