Skip to content

Commit d291784

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Document fields remote_config_read_enabled and category (DataDog#20708)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 28791a2 commit d291784

File tree

5 files changed

+192
-12
lines changed

5 files changed

+192
-12
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-11-21 19:37:30.805967",
8-
"spec_repo_commit": "83154a77"
7+
"regenerated": "2023-11-21 20:42:06.914080",
8+
"spec_repo_commit": "be350e98"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-21 19:37:39.299770",
13-
"spec_repo_commit": "83154a77"
12+
"regenerated": "2023-11-21 20:42:14.862458",
13+
"spec_repo_commit": "be350e98"
1414
}
1515
}
1616
}

content/en/api/v2/key-management/examples.json

Lines changed: 16 additions & 8 deletions
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6261,6 +6261,9 @@ components:
62616261
FullAPIKeyAttributes:
62626262
description: Attributes of a full API key.
62636263
properties:
6264+
category:
6265+
description: The category of the API key.
6266+
type: string
62646267
created_at:
62656268
description: Creation date of the API key.
62666269
example: '2020-11-23T10:00:00.000Z'
@@ -6288,6 +6291,9 @@ components:
62886291
description: Name of the API key.
62896292
example: API Key for submitting metrics
62906293
type: string
6294+
remote_config_read_enabled:
6295+
description: The remote config read enabled status.
6296+
type: boolean
62916297
type: object
62926298
FullApplicationKey:
62936299
description: Datadog application key.
@@ -11786,6 +11792,9 @@ components:
1178611792
PartialAPIKeyAttributes:
1178711793
description: Attributes of a partial API key.
1178811794
properties:
11795+
category:
11796+
description: The category of the API key.
11797+
type: string
1178911798
created_at:
1179011799
description: Creation date of the API key.
1179111800
example: '2020-11-23T10:00:00.000Z'
@@ -11808,6 +11817,9 @@ components:
1180811817
description: Name of the API key.
1180911818
example: API Key for submitting metrics
1181011819
type: string
11820+
remote_config_read_enabled:
11821+
description: The remote config read enabled status.
11822+
type: boolean
1181111823
type: object
1181211824
PartialApplicationKey:
1181311825
description: Partial Datadog application key.

data/api/v2/full_spec_deref.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,10 @@
14501450
"attributes": {
14511451
"description": "Attributes of a full API key.",
14521452
"properties": {
1453+
"category": {
1454+
"description": "The category of the API key.",
1455+
"type": "string"
1456+
},
14531457
"created_at": {
14541458
"description": "Creation date of the API key.",
14551459
"example": "2020-11-23T10:00:00.000Z",
@@ -1481,6 +1485,10 @@
14811485
"description": "Name of the API key.",
14821486
"example": "API Key for submitting metrics",
14831487
"type": "string"
1488+
},
1489+
"remote_config_read_enabled": {
1490+
"description": "The remote config read enabled status.",
1491+
"type": "boolean"
14841492
}
14851493
},
14861494
"type": "object"
@@ -2183,6 +2191,10 @@
21832191
"attributes": {
21842192
"description": "Attributes of a partial API key.",
21852193
"properties": {
2194+
"category": {
2195+
"description": "The category of the API key.",
2196+
"type": "string"
2197+
},
21862198
"created_at": {
21872199
"description": "Creation date of the API key.",
21882200
"example": "2020-11-23T10:00:00.000Z",
@@ -2208,6 +2220,10 @@
22082220
"description": "Name of the API key.",
22092221
"example": "API Key for submitting metrics",
22102222
"type": "string"
2223+
},
2224+
"remote_config_read_enabled": {
2225+
"description": "The remote config read enabled status.",
2226+
"type": "boolean"
22112227
}
22122228
},
22132229
"type": "object"
@@ -30494,6 +30510,10 @@
3049430510
"attributes": {
3049530511
"description": "Attributes of a full API key.",
3049630512
"properties": {
30513+
"category": {
30514+
"description": "The category of the API key.",
30515+
"type": "string"
30516+
},
3049730517
"created_at": {
3049830518
"description": "Creation date of the API key.",
3049930519
"example": "2020-11-23T10:00:00.000Z",
@@ -30525,6 +30545,10 @@
3052530545
"description": "Name of the API key.",
3052630546
"example": "API Key for submitting metrics",
3052730547
"type": "string"
30548+
},
30549+
"remote_config_read_enabled": {
30550+
"description": "The remote config read enabled status.",
30551+
"type": "boolean"
3052830552
}
3052930553
},
3053030554
"type": "object"
@@ -30629,6 +30653,10 @@
3062930653
"FullAPIKeyAttributes": {
3063030654
"description": "Attributes of a full API key.",
3063130655
"properties": {
30656+
"category": {
30657+
"description": "The category of the API key.",
30658+
"type": "string"
30659+
},
3063230660
"created_at": {
3063330661
"description": "Creation date of the API key.",
3063430662
"example": "2020-11-23T10:00:00.000Z",
@@ -30660,6 +30688,10 @@
3066030688
"description": "Name of the API key.",
3066130689
"example": "API Key for submitting metrics",
3066230690
"type": "string"
30691+
},
30692+
"remote_config_read_enabled": {
30693+
"description": "The remote config read enabled status.",
30694+
"type": "boolean"
3066330695
}
3066430696
},
3066530697
"type": "object"
@@ -69387,6 +69419,10 @@
6938769419
"attributes": {
6938869420
"description": "Attributes of a partial API key.",
6938969421
"properties": {
69422+
"category": {
69423+
"description": "The category of the API key.",
69424+
"type": "string"
69425+
},
6939069426
"created_at": {
6939169427
"description": "Creation date of the API key.",
6939269428
"example": "2020-11-23T10:00:00.000Z",
@@ -69412,6 +69448,10 @@
6941269448
"description": "Name of the API key.",
6941369449
"example": "API Key for submitting metrics",
6941469450
"type": "string"
69451+
},
69452+
"remote_config_read_enabled": {
69453+
"description": "The remote config read enabled status.",
69454+
"type": "boolean"
6941569455
}
6941669456
},
6941769457
"type": "object"
@@ -69516,6 +69556,10 @@
6951669556
"PartialAPIKeyAttributes": {
6951769557
"description": "Attributes of a partial API key.",
6951869558
"properties": {
69559+
"category": {
69560+
"description": "The category of the API key.",
69561+
"type": "string"
69562+
},
6951969563
"created_at": {
6952069564
"description": "Creation date of the API key.",
6952169565
"example": "2020-11-23T10:00:00.000Z",
@@ -69541,6 +69585,10 @@
6954169585
"description": "Name of the API key.",
6954269586
"example": "API Key for submitting metrics",
6954369587
"type": "string"
69588+
},
69589+
"remote_config_read_enabled": {
69590+
"description": "The remote config read enabled status.",
69591+
"type": "boolean"
6954469592
}
6954569593
},
6954669594
"type": "object"
@@ -119458,6 +119506,10 @@
119458119506
"attributes": {
119459119507
"description": "Attributes of a partial API key.",
119460119508
"properties": {
119509+
"category": {
119510+
"description": "The category of the API key.",
119511+
"type": "string"
119512+
},
119461119513
"created_at": {
119462119514
"description": "Creation date of the API key.",
119463119515
"example": "2020-11-23T10:00:00.000Z",
@@ -119483,6 +119535,10 @@
119483119535
"description": "Name of the API key.",
119484119536
"example": "API Key for submitting metrics",
119485119537
"type": "string"
119538+
},
119539+
"remote_config_read_enabled": {
119540+
"description": "The remote config read enabled status.",
119541+
"type": "boolean"
119486119542
}
119487119543
},
119488119544
"type": "object"
@@ -120010,6 +120066,10 @@
120010120066
"attributes": {
120011120067
"description": "Attributes of a full API key.",
120012120068
"properties": {
120069+
"category": {
120070+
"description": "The category of the API key.",
120071+
"type": "string"
120072+
},
120013120073
"created_at": {
120014120074
"description": "Creation date of the API key.",
120015120075
"example": "2020-11-23T10:00:00.000Z",
@@ -120041,6 +120101,10 @@
120041120101
"description": "Name of the API key.",
120042120102
"example": "API Key for submitting metrics",
120043120103
"type": "string"
120104+
},
120105+
"remote_config_read_enabled": {
120106+
"description": "The remote config read enabled status.",
120107+
"type": "boolean"
120044120108
}
120045120109
},
120046120110
"type": "object"
@@ -120637,6 +120701,10 @@
120637120701
"attributes": {
120638120702
"description": "Attributes of a full API key.",
120639120703
"properties": {
120704+
"category": {
120705+
"description": "The category of the API key.",
120706+
"type": "string"
120707+
},
120640120708
"created_at": {
120641120709
"description": "Creation date of the API key.",
120642120710
"example": "2020-11-23T10:00:00.000Z",
@@ -120668,6 +120736,10 @@
120668120736
"description": "Name of the API key.",
120669120737
"example": "API Key for submitting metrics",
120670120738
"type": "string"
120739+
},
120740+
"remote_config_read_enabled": {
120741+
"description": "The remote config read enabled status.",
120742+
"type": "boolean"
120671120743
}
120672120744
},
120673120745
"type": "object"
@@ -121188,6 +121260,10 @@
121188121260
"attributes": {
121189121261
"description": "Attributes of a full API key.",
121190121262
"properties": {
121263+
"category": {
121264+
"description": "The category of the API key.",
121265+
"type": "string"
121266+
},
121191121267
"created_at": {
121192121268
"description": "Creation date of the API key.",
121193121269
"example": "2020-11-23T10:00:00.000Z",
@@ -121219,6 +121295,10 @@
121219121295
"description": "Name of the API key.",
121220121296
"example": "API Key for submitting metrics",
121221121297
"type": "string"
121298+
},
121299+
"remote_config_read_enabled": {
121300+
"description": "The remote config read enabled status.",
121301+
"type": "boolean"
121222121302
}
121223121303
},
121224121304
"type": "object"

0 commit comments

Comments
 (0)