Skip to content

Commit 902a9ef

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e76c195 of spec repo
1 parent 290e2b2 commit 902a9ef

File tree

5 files changed

+28
-14
lines changed

5 files changed

+28
-14
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": "0becaa3",
3-
"generated": "2025-07-17 13:14:16.680"
2+
"spec_repo_commit": "e76c195",
3+
"generated": "2025-07-17 16:07:23.641"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37550,13 +37550,18 @@ tags:
3755037550
- description: Get a list of IP prefixes belonging to Datadog.
3755137551
name: IP Ranges
3755237552
- description: 'Manage your Datadog API and application keys. You need an API key
37553-
and
37553+
and an
3755437554

37555-
an application key for a user with the required permissions to interact
37555+
application key for a user with the required permissions to interact with these
37556+
endpoints.
3755637557

37557-
with these endpoints. The full list of API and application keys can be
3755837558

37559-
seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
37559+
Consult the following pages to view and manage your keys:
37560+
37561+
37562+
- [API Keys](https://app.datadoghq.com/organization-settings/api-keys)
37563+
37564+
- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
3756037565
externalDocs:
3756137566
description: Find out more at
3756237567
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
@@ -65375,13 +65375,18 @@ tags:
6537565375
for more information.
6537665376
name: Incidents
6537765377
- description: 'Manage your Datadog API and application keys. You need an API key
65378-
and
65378+
and an
65379+
65380+
application key for a user with the required permissions to interact with these
65381+
endpoints.
65382+
65383+
65384+
Consult the following pages to view and manage your keys:
6537965385

65380-
an application key for a user with the required permissions to interact
6538165386

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

65384-
seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
65389+
- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
6538565390
externalDocs:
6538665391
description: Find out more at
6538765392
url: https://docs.datadoghq.com/account_management/api-app-keys/

src/test/resources/com/datadog/api/client/v1/api/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

src/test/resources/com/datadog/api/client/v2/api/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)