File tree Expand file tree Collapse file tree 7 files changed +42
-22
lines changed Expand file tree Collapse file tree 7 files changed +42
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "spec_repo_commit": "0becaa3 ",
3
- "generated": "2025-07-17 13:17:40.267 "
2
+ "spec_repo_commit": "e76c195 ",
3
+ "generated": "2025-07-17 16:10:46.437 "
4
4
}
Original file line number Diff line number Diff line change @@ -37550,13 +37550,18 @@ tags:
37550
37550
- description: Get a list of IP prefixes belonging to Datadog.
37551
37551
name: IP Ranges
37552
37552
- description: 'Manage your Datadog API and application keys. You need an API key
37553
- and
37553
+ and an
37554
37554
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.
37556
37557
37557
- with these endpoints. The full list of API and application keys can be
37558
37558
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)'
37560
37565
externalDocs:
37561
37566
description: Find out more at
37562
37567
url: https://docs.datadoghq.com/account_management/api-app-keys/
Original file line number Diff line number Diff line change @@ -65375,13 +65375,18 @@ tags:
65375
65375
for more information.
65376
65376
name: Incidents
65377
65377
- 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:
65379
65385
65380
- an application key for a user with the required permissions to interact
65381
65386
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)
65383
65388
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) '
65385
65390
externalDocs:
65386
65391
description: Find out more at
65387
65392
url: https://docs.datadoghq.com/account_management/api-app-keys/
Original file line number Diff line number Diff line change @@ -90,10 +90,13 @@ pub enum UpdateApplicationKeyError {
90
90
UnknownValue ( serde_json:: Value ) ,
91
91
}
92
92
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>)
97
100
#[ derive( Debug , Clone ) ]
98
101
pub struct KeyManagementAPI {
99
102
config : datadog:: Configuration ,
Original file line number Diff line number Diff line change @@ -368,10 +368,13 @@ pub enum UpdateCurrentUserApplicationKeyError {
368
368
UnknownValue ( serde_json:: Value ) ,
369
369
}
370
370
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>)
375
378
#[ derive( Debug , Clone ) ]
376
379
pub struct KeyManagementAPI {
377
380
config : datadog:: Configuration ,
Original file line number Diff line number Diff line change 2
2
Feature : Key Management
3
3
Manage your Datadog API and application keys. You need an API key and an
4
4
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)
7
9
8
10
Background :
9
11
Given a valid "apiKeyAuth" key in the system
Original file line number Diff line number Diff line change 2
2
Feature : Key Management
3
3
Manage your Datadog API and application keys. You need an API key and an
4
4
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)
7
9
8
10
Background :
9
11
Given a valid "apiKeyAuth" key in the system
You can’t perform that action at this time.
0 commit comments