Skip to content

Commit b3ef55c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7030c6b of spec repo
1 parent bd54263 commit b3ef55c

26 files changed

Lines changed: 287 additions & 80 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17494,6 +17494,13 @@ components:
1749417494
format: date-time
1749517495
readOnly: true
1749617496
type: string
17497+
date_last_used:
17498+
description: Date the API Key was last used
17499+
example: '2020-11-27T10:00:00.000Z'
17500+
format: date-time
17501+
nullable: true
17502+
readOnly: true
17503+
type: string
1749717504
key:
1749817505
description: The API key.
1749917506
readOnly: true
@@ -17552,6 +17559,13 @@ components:
1755217559
minLength: 4
1755317560
readOnly: true
1755417561
type: string
17562+
last_used_at:
17563+
description: Last usage timestamp of the application key.
17564+
example: '2020-12-20T10:00:00.000Z'
17565+
format: date-time
17566+
nullable: true
17567+
readOnly: true
17568+
type: string
1755517569
name:
1755617570
description: Name of the application key.
1755717571
example: Application Key for managing dashboards
@@ -32736,6 +32750,13 @@ components:
3273632750
example: '2020-11-23T10:00:00.000Z'
3273732751
readOnly: true
3273832752
type: string
32753+
date_last_used:
32754+
description: Date the API Key was last used.
32755+
example: '2020-11-27T10:00:00.000Z'
32756+
format: date-time
32757+
nullable: true
32758+
readOnly: true
32759+
type: string
3273932760
last4:
3274032761
description: The last four characters of the API key.
3274132762
example: abcd
@@ -32784,6 +32805,12 @@ components:
3278432805
minLength: 4
3278532806
readOnly: true
3278632807
type: string
32808+
last_used_at:
32809+
description: Last usage timestamp of the application key.
32810+
example: '2020-12-20T10:00:00.000Z'
32811+
nullable: true
32812+
readOnly: true
32813+
type: string
3278732814
name:
3278832815
description: Name of the application key.
3278932816
example: Application Key for managing dashboards
@@ -35620,6 +35647,10 @@ components:
3562035647
format: date-time
3562135648
readOnly: true
3562235649
type: string
35650+
managed:
35651+
description: Whether or not the role is managed by Datadog.
35652+
readOnly: true
35653+
type: boolean
3562335654
modified_at:
3562435655
description: Time of last role modification.
3562535656
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)