Skip to content

Commit 3c50edc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b2dec34 of spec repo
1 parent b1b4144 commit 3c50edc

File tree

7 files changed

+42
-22
lines changed

7 files changed

+42
-22
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "dc49df4",
3-
"generated": "2025-07-18 13:57:41.438"
2+
"spec_repo_commit": "b2dec34",
3+
"generated": "2025-07-18 18:10:38.575"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37555,13 +37555,18 @@ tags:
3755537555
- description: Get a list of IP prefixes belonging to Datadog.
3755637556
name: IP Ranges
3755737557
- description: 'Manage your Datadog API and application keys. You need an API key
37558-
and
37558+
and an
3755937559

37560-
an application key for a user with the required permissions to interact
37560+
application key for a user with the required permissions to interact with these
37561+
endpoints.
3756137562

37562-
with these endpoints. The full list of API and application keys can be
3756337563

37564-
seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
37564+
Consult the following pages to view and manage your keys:
37565+
37566+
37567+
- [API Keys](https://app.datadoghq.com/organization-settings/api-keys)
37568+
37569+
- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
3756537570
externalDocs:
3756637571
description: Find out more at
3756737572
url: https://docs.datadoghq.com/account_management/api-app-keys/

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65829,13 +65829,18 @@ tags:
6582965829
for more information.
6583065830
name: Incidents
6583165831
- description: 'Manage your Datadog API and application keys. You need an API key
65832-
and
65832+
and an
65833+
65834+
application key for a user with the required permissions to interact with these
65835+
endpoints.
65836+
65837+
65838+
Consult the following pages to view and manage your keys:
6583365839

65834-
an application key for a user with the required permissions to interact
6583565840

65836-
with these endpoints. The full list of API and application keys can be
65841+
- [API Keys](https://app.datadoghq.com/organization-settings/api-keys)
6583765842

65838-
seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
65843+
- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
6583965844
externalDocs:
6584065845
description: Find out more at
6584165846
url: https://docs.datadoghq.com/account_management/api-app-keys/

src/datadog_api_client/v1/api/key_management_api.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717

1818
class KeyManagementApi:
1919
"""
20-
Manage your Datadog API and application keys. You need an API key and
21-
an application key for a user with the required permissions to interact
22-
with these endpoints. The full list of API and application keys can be
23-
seen on your `Datadog API page <https://app.datadoghq.com/account/settings#api>`_.
20+
Manage your Datadog API and application keys. You need an API key and an
21+
application key for a user with the required permissions to interact with these endpoints.
22+
23+
Consult the following pages to view and manage your keys:
24+
25+
* `API Keys <https://app.datadoghq.com/organization-settings/api-keys>`_
26+
* `Application Keys <https://app.datadoghq.com/personal-settings/application-keys>`_
2427
"""
2528

2629
def __init__(self, api_client=None):

src/datadog_api_client/v2/api/key_management_api.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525

2626
class KeyManagementApi:
2727
"""
28-
Manage your Datadog API and application keys. You need an API key and
29-
an application key for a user with the required permissions to interact
30-
with these endpoints. The full list of API and application keys can be
31-
seen on your `Datadog API page <https://app.datadoghq.com/account/settings#api>`_.
28+
Manage your Datadog API and application keys. You need an API key and an
29+
application key for a user with the required permissions to interact with these endpoints.
30+
31+
Consult the following pages to view and manage your keys:
32+
33+
* `API Keys <https://app.datadoghq.com/organization-settings/api-keys>`_
34+
* `Application Keys <https://app.datadoghq.com/personal-settings/application-keys>`_
3235
"""
3336

3437
def __init__(self, api_client=None):

tests/v1/features/key_management.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
Feature: Key Management
33
Manage your Datadog API and application keys. You need an API key and an
44
application key for a user with the required permissions to interact with
5-
these endpoints. The full list of API and application keys can be seen on
6-
your [Datadog API page](https://app.datadoghq.com/account/settings#api).
5+
these endpoints. Consult the following pages to view and manage your
6+
keys: - [API Keys](https://app.datadoghq.com/organization-settings/api-
7+
keys) - [Application Keys](https://app.datadoghq.com/personal-
8+
settings/application-keys)
79

810
Background:
911
Given a valid "apiKeyAuth" key in the system

tests/v2/features/key_management.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
Feature: Key Management
33
Manage your Datadog API and application keys. You need an API key and an
44
application key for a user with the required permissions to interact with
5-
these endpoints. The full list of API and application keys can be seen on
6-
your [Datadog API page](https://app.datadoghq.com/account/settings#api).
5+
these endpoints. Consult the following pages to view and manage your
6+
keys: - [API Keys](https://app.datadoghq.com/organization-settings/api-
7+
keys) - [Application Keys](https://app.datadoghq.com/personal-
8+
settings/application-keys)
79

810
Background:
911
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)