Skip to content

Commit 78a4e02

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8f251a0 of spec repo
1 parent 42deeaf commit 78a4e02

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": "06ccc32",
3-
"generated": "2025-07-21 14:00:09.710"
2+
"spec_repo_commit": "8f251a0",
3+
"generated": "2025-07-21 17:46:19.366"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37563,13 +37563,18 @@ tags:
3756337563
- description: Get a list of IP prefixes belonging to Datadog.
3756437564
name: IP Ranges
3756537565
- description: 'Manage your Datadog API and application keys. You need an API key
37566-
and
37566+
and an
3756737567

37568-
an application key for a user with the required permissions to interact
37568+
application key for a user with the required permissions to interact with these
37569+
endpoints.
3756937570

37570-
with these endpoints. The full list of API and application keys can be
3757137571

37572-
seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
37572+
Consult the following pages to view and manage your keys:
37573+
37574+
37575+
- [API Keys](https://app.datadoghq.com/organization-settings/api-keys)
37576+
37577+
- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
3757337578
externalDocs:
3757437579
description: Find out more at
3757537580
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
@@ -65932,13 +65932,18 @@ tags:
6593265932
for more information.
6593365933
name: Incidents
6593465934
- description: 'Manage your Datadog API and application keys. You need an API key
65935-
and
65935+
and an
65936+
65937+
application key for a user with the required permissions to interact with these
65938+
endpoints.
65939+
65940+
65941+
Consult the following pages to view and manage your keys:
6593665942

65937-
an application key for a user with the required permissions to interact
6593865943

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

65941-
seen on your [Datadog API page](https://app.datadoghq.com/account/settings#api).'
65946+
- [Application Keys](https://app.datadoghq.com/personal-settings/application-keys)'
6594265947
externalDocs:
6594365948
description: Find out more at
6594465949
url: https://docs.datadoghq.com/account_management/api-app-keys/

src/datadogV1/api/api_key_management.rs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,13 @@ pub enum UpdateApplicationKeyError {
9090
UnknownValue(serde_json::Value),
9191
}
9292

93-
/// Manage your Datadog API and application keys. You need an API key and
94-
/// an application key for a user with the required permissions to interact
95-
/// with these endpoints. The full list of API and application keys can be
96-
/// seen on your [Datadog API page](<https://app.datadoghq.com/account/settings#api>).
93+
/// Manage your Datadog API and application keys. You need an API key and an
94+
/// application key for a user with the required permissions to interact with these endpoints.
95+
///
96+
/// Consult the following pages to view and manage your keys:
97+
///
98+
/// - [API Keys](<https://app.datadoghq.com/organization-settings/api-keys>)
99+
/// - [Application Keys](<https://app.datadoghq.com/personal-settings/application-keys>)
97100
#[derive(Debug, Clone)]
98101
pub struct KeyManagementAPI {
99102
config: datadog::Configuration,

src/datadogV2/api/api_key_management.rs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,13 @@ pub enum UpdateCurrentUserApplicationKeyError {
368368
UnknownValue(serde_json::Value),
369369
}
370370

371-
/// Manage your Datadog API and application keys. You need an API key and
372-
/// an application key for a user with the required permissions to interact
373-
/// with these endpoints. The full list of API and application keys can be
374-
/// seen on your [Datadog API page](<https://app.datadoghq.com/account/settings#api>).
371+
/// Manage your Datadog API and application keys. You need an API key and an
372+
/// application key for a user with the required permissions to interact with these endpoints.
373+
///
374+
/// Consult the following pages to view and manage your keys:
375+
///
376+
/// - [API Keys](<https://app.datadoghq.com/organization-settings/api-keys>)
377+
/// - [Application Keys](<https://app.datadoghq.com/personal-settings/application-keys>)
375378
#[derive(Debug, Clone)]
376379
pub struct KeyManagementAPI {
377380
config: datadog::Configuration,

tests/scenarios/features/v1/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/scenarios/features/v2/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)