Skip to content

Commit cb62cd4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4ff7e73 of spec repo
1 parent 237cbc1 commit cb62cd4

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
@@ -17829,6 +17829,13 @@ components:
1782917829
format: date-time
1783017830
readOnly: true
1783117831
type: string
17832+
date_last_used:
17833+
description: Date the API Key was last used
17834+
example: '2020-11-27T10:00:00.000Z'
17835+
format: date-time
17836+
nullable: true
17837+
readOnly: true
17838+
type: string
1783217839
key:
1783317840
description: The API key.
1783417841
readOnly: true
@@ -17887,6 +17894,13 @@ components:
1788717894
minLength: 4
1788817895
readOnly: true
1788917896
type: string
17897+
last_used_at:
17898+
description: Last usage timestamp of the application key.
17899+
example: '2020-12-20T10:00:00.000Z'
17900+
format: date-time
17901+
nullable: true
17902+
readOnly: true
17903+
type: string
1789017904
name:
1789117905
description: Name of the application key.
1789217906
example: Application Key for managing dashboards
@@ -33724,6 +33738,13 @@ components:
3372433738
example: '2020-11-23T10:00:00.000Z'
3372533739
readOnly: true
3372633740
type: string
33741+
date_last_used:
33742+
description: Date the API Key was last used.
33743+
example: '2020-11-27T10:00:00.000Z'
33744+
format: date-time
33745+
nullable: true
33746+
readOnly: true
33747+
type: string
3372733748
last4:
3372833749
description: The last four characters of the API key.
3372933750
example: abcd
@@ -33772,6 +33793,12 @@ components:
3377233793
minLength: 4
3377333794
readOnly: true
3377433795
type: string
33796+
last_used_at:
33797+
description: Last usage timestamp of the application key.
33798+
example: '2020-12-20T10:00:00.000Z'
33799+
nullable: true
33800+
readOnly: true
33801+
type: string
3377533802
name:
3377633803
description: Name of the application key.
3377733804
example: Application Key for managing dashboards
@@ -36678,6 +36705,7 @@ components:
3667836705
- type
3667936706
type: object
3668036707
RoleAttributes:
36708+
additionalProperties: {}
3668136709
description: Attributes of the role.
3668236710
properties:
3668336711
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)