Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18761,6 +18761,13 @@ components:
format: date-time
readOnly: true
type: string
date_last_used:
description: Date the API Key was last used
example: '2020-11-27T10:00:00.000Z'
format: date-time
nullable: true
readOnly: true
type: string
key:
description: The API key.
readOnly: true
Expand Down Expand Up @@ -18819,6 +18826,13 @@ components:
minLength: 4
readOnly: true
type: string
last_used_at:
description: Last usage timestamp of the application key.
example: '2020-12-20T10:00:00.000Z'
format: date-time
nullable: true
readOnly: true
type: string
name:
description: Name of the application key.
example: Application Key for managing dashboards
Expand Down Expand Up @@ -34754,6 +34768,13 @@ components:
example: '2020-11-23T10:00:00.000Z'
readOnly: true
type: string
date_last_used:
description: Date the API Key was last used.
example: '2020-11-27T10:00:00.000Z'
format: date-time
nullable: true
readOnly: true
type: string
last4:
description: The last four characters of the API key.
example: abcd
Expand Down Expand Up @@ -34802,6 +34823,12 @@ components:
minLength: 4
readOnly: true
type: string
last_used_at:
description: Last usage timestamp of the application key.
example: '2020-12-20T10:00:00.000Z'
nullable: true
readOnly: true
type: string
name:
description: Name of the application key.
example: Application Key for managing dashboards
Expand Down Expand Up @@ -37778,6 +37805,7 @@ components:
- type
type: object
RoleAttributes:
additionalProperties: {}
description: Attributes of the role.
properties:
created_at:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2025-09-08T09:24:42.052Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-05-12T09:52:13.069Z
2025-09-08T09:24:42.741Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-05-12T09:52:14.640Z
2025-09-08T09:24:43.356Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-10-16T13:23:16.735Z
2025-09-08T09:24:46.730Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-10-16T13:28:36.152Z
2025-09-08T09:24:46.907Z
Loading
Loading