Skip to content

Commit 23bb8ee

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e98ce49 of spec repo
1 parent 2dc29b9 commit 23bb8ee

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121326,10 +121326,17 @@ tags:
121326121326
organize, find, and share all of your dashboards with your team and
121327121327
organization.
121328121328
name: Dashboard Lists
121329-
- description: >-
121330-
Manage securely embedded Datadog dashboards. Secure embeds use HMAC-SHA256 signed sessions for authentication, enabling customers to embed dashboards in their own applications with server-side auth control. Unlike public dashboards (open URL) or invite dashboards (email-based access), secure embeds provide programmatic access control.
121329+
- description: |-
121330+
Manage securely embedded Datadog dashboards. Secure embeds use HMAC-SHA256 signed sessions
121331+
for authentication, enabling customers to embed dashboards in their own applications with
121332+
server-side auth control. Unlike public dashboards (open URL) or invite dashboards
121333+
(email-based access), secure embeds provide programmatic access control.
121331121334

121332-
**Requirements:** - Org setting: SharedDashboards > Embed sharing must be enabled. - AuthN: Datadog API key and application key. - Read operations require `dashboards_read` permission. - Write operations require `dashboards_embed_share` permission.
121335+
**Requirements:**
121336+
- Org setting: SharedDashboards > Embed sharing must be enabled.
121337+
- AuthN: Datadog API key and application key.
121338+
- Read operations require `dashboards_read` permission.
121339+
- Write operations require `dashboards_embed_share` permission.
121333121340
name: Dashboard Secure Embed
121334121341
- description: |-
121335121342
The Data Deletion API allows the user to target and delete data from the allowed products. It's currently enabled for Logs and RUM and depends on `logs_delete_data` and `rum_delete_data` permissions respectively.

src/test/resources/com/datadog/api/client/v2/api/dashboard_secure_embed.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Feature: Dashboard Secure Embed
44
signed sessions for authentication, enabling customers to embed dashboards
55
in their own applications with server-side auth control. Unlike public
66
dashboards (open URL) or invite dashboards (email-based access), secure
7-
embeds provide programmatic access control. **Requirements:** - Org
7+
embeds provide programmatic access control. **Requirements:** - Org
88
setting: SharedDashboards > Embed sharing must be enabled. - AuthN:
99
Datadog API key and application key. - Read operations require
1010
`dashboards_read` permission. - Write operations require

0 commit comments

Comments
 (0)