provider Widgets PUT /api/v2/widgets/{experience_type}/{uuid}
@utdk/datadog /api/v2/widgets/{experience_type}/{uuid}
Update a widget
Update a widget by its UUID for a given experience type. This performs a full replacement of the widget definition.
experience_type path required
The experience type for the widget.
enum: ccm_reports, logs_reports, csv_reports, product_analytics
uuid path required
The UUID of the widget.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updatewidget
PUT/api/v2/widgets/{experience_type}/{uuid}
Update a widget by its UUID for a given experience type. This performs a full replacement of the widget definition.

Parameters

required

The experience type for the widget.

required

The UUID of the widget.

Input

required

Data for creating or updating a widget.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updatewidget()