From 015020f3a49bba4d78e34be6635bebf6e06378eb Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 16 Mar 2026 20:43:37 +0000 Subject: [PATCH] Regenerate client from commit 08f7343 of spec repo --- .../request.SendPublicDashboardInvitation_4054061736.json | 8 ++++++++ data/api/v1/CodeExamples.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 content/en/api/v1/dashboards/request.SendPublicDashboardInvitation_4054061736.json diff --git a/content/en/api/v1/dashboards/request.SendPublicDashboardInvitation_4054061736.json b/content/en/api/v1/dashboards/request.SendPublicDashboardInvitation_4054061736.json new file mode 100644 index 00000000000..8319ad4f6c5 --- /dev/null +++ b/content/en/api/v1/dashboards/request.SendPublicDashboardInvitation_4054061736.json @@ -0,0 +1,8 @@ +{ + "data": { + "attributes": { + "email": "exampledashboard@datadoghq.com" + }, + "type": "public_dashboard_invitation" + } +} \ No newline at end of file diff --git a/data/api/v1/CodeExamples.json b/data/api/v1/CodeExamples.json index cc8ecfccfa9..57e7bc4d893 100644 --- a/data/api/v1/CodeExamples.json +++ b/data/api/v1/CodeExamples.json @@ -561,8 +561,8 @@ "SendPublicDashboardInvitation": [ { "group": "dashboards", - "suffix": "", - "description": "Send shared dashboard invitation email returns \"OK\" response" + "suffix": "_4054061736", + "description": "Send shared dashboard invitation email returns \"OK\"" } ], "UpdateDashboard": [