Skip to content

Commit f38e7d3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 470aa7c of spec repo
1 parent afb22be commit f38e7d3

28 files changed

Lines changed: 339 additions & 132 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17523,6 +17523,13 @@ components:
1752317523
format: date-time
1752417524
readOnly: true
1752517525
type: string
17526+
date_last_used:
17527+
description: Date the API Key was last used
17528+
example: '2020-11-27T10:00:00.000Z'
17529+
format: date-time
17530+
nullable: true
17531+
readOnly: true
17532+
type: string
1752617533
key:
1752717534
description: The API key.
1752817535
readOnly: true
@@ -17581,6 +17588,13 @@ components:
1758117588
minLength: 4
1758217589
readOnly: true
1758317590
type: string
17591+
last_used_at:
17592+
description: Last usage timestamp of the application key.
17593+
example: '2020-12-20T10:00:00.000Z'
17594+
format: date-time
17595+
nullable: true
17596+
readOnly: true
17597+
type: string
1758417598
name:
1758517599
description: Name of the application key.
1758617600
example: Application Key for managing dashboards
@@ -33114,6 +33128,13 @@ components:
3311433128
example: '2020-11-23T10:00:00.000Z'
3311533129
readOnly: true
3311633130
type: string
33131+
date_last_used:
33132+
description: Date the API Key was last used.
33133+
example: '2020-11-27T10:00:00.000Z'
33134+
format: date-time
33135+
nullable: true
33136+
readOnly: true
33137+
type: string
3311733138
last4:
3311833139
description: The last four characters of the API key.
3311933140
example: abcd
@@ -33162,6 +33183,12 @@ components:
3316233183
minLength: 4
3316333184
readOnly: true
3316433185
type: string
33186+
last_used_at:
33187+
description: Last usage timestamp of the application key.
33188+
example: '2020-12-20T10:00:00.000Z'
33189+
nullable: true
33190+
readOnly: true
33191+
type: string
3316533192
name:
3316633193
description: Name of the application key.
3316733194
example: Application Key for managing dashboards
@@ -36028,6 +36055,10 @@ components:
3602836055
format: date-time
3602936056
readOnly: true
3603036057
type: string
36058+
managed:
36059+
description: Whether or not the role is managed by Datadog.
36060+
readOnly: true
36061+
type: boolean
3603136062
modified_at:
3603236063
description: Time of last role modification.
3603336064
format: date-time
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-09-08T09:24:42.052Z

cassettes/features/v2/key_management/Get-API-key-returns-Not-Found-response.yml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-05-12T09:52:13.069Z
1+
2025-09-08T09:24:42.741Z

cassettes/features/v2/key_management/Get-API-key-returns-OK-response.yml

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-05-12T09:52:14.640Z
1+
2025-09-08T09:24:43.356Z

cassettes/features/v2/key_management/Get-all-API-keys-returns-OK-response.yml

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-10-16T13:23:16.735Z
1+
2025-09-08T09:24:46.730Z

cassettes/features/v2/key_management/Get-all-application-keys-owned-by-current-user-returns-OK-response.yml

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023-10-16T13:28:36.152Z
1+
2025-09-08T09:24:46.907Z

0 commit comments

Comments
 (0)