Skip to content

Commit c162d18

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 02b02a3 of spec repo
1 parent 7ac03ab commit c162d18

File tree

27 files changed

+325
-131
lines changed

27 files changed

+325
-131
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17802,6 +17802,13 @@ components:
1780217802
format: date-time
1780317803
readOnly: true
1780417804
type: string
17805+
date_last_used:
17806+
description: Date the API Key was last used
17807+
example: '2020-11-27T10:00:00.000Z'
17808+
format: date-time
17809+
nullable: true
17810+
readOnly: true
17811+
type: string
1780517812
key:
1780617813
description: The API key.
1780717814
readOnly: true
@@ -17860,6 +17867,13 @@ components:
1786017867
minLength: 4
1786117868
readOnly: true
1786217869
type: string
17870+
last_used_at:
17871+
description: Last usage timestamp of the application key.
17872+
example: '2020-12-20T10:00:00.000Z'
17873+
format: date-time
17874+
nullable: true
17875+
readOnly: true
17876+
type: string
1786317877
name:
1786417878
description: Name of the application key.
1786517879
example: Application Key for managing dashboards
@@ -33512,6 +33526,13 @@ components:
3351233526
example: '2020-11-23T10:00:00.000Z'
3351333527
readOnly: true
3351433528
type: string
33529+
date_last_used:
33530+
description: Date the API Key was last used.
33531+
example: '2020-11-27T10:00:00.000Z'
33532+
format: date-time
33533+
nullable: true
33534+
readOnly: true
33535+
type: string
3351533536
last4:
3351633537
description: The last four characters of the API key.
3351733538
example: abcd
@@ -33560,6 +33581,12 @@ components:
3356033581
minLength: 4
3356133582
readOnly: true
3356233583
type: string
33584+
last_used_at:
33585+
description: Last usage timestamp of the application key.
33586+
example: '2020-12-20T10:00:00.000Z'
33587+
nullable: true
33588+
readOnly: true
33589+
type: string
3356333590
name:
3356433591
description: Name of the application key.
3356533592
example: Application Key for managing dashboards
@@ -36445,6 +36472,7 @@ components:
3644536472
- type
3644636473
type: object
3644736474
RoleAttributes:
36475+
additionalProperties: {}
3644836476
description: Attributes of the role.
3644936477
properties:
3645036478
created_at:
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)