Skip to content

Commit

Permalink
remove is_read_only field from tests (#2790)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 15, 2024
1 parent 9805522 commit 152f270
Show file tree
Hide file tree
Showing 246 changed files with 859 additions and 681 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-14 18:22:36.383860",
"spec_repo_commit": "f35f7750"
"regenerated": "2024-11-14 19:25:59.614937",
"spec_repo_commit": "03f60dd8"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-14 18:22:36.402883",
"spec_repo_commit": "f35f7750"
"regenerated": "2024-11-14 19:25:59.634127",
"spec_repo_commit": "03f60dd8"
}
}
}
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_109450134.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1094917386.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1177423752.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1200099236.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1213075383.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1413226400.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1423904722.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_173805046.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1738608750.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_1754992756.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func main() {
},
},
Description: *datadog.NewNullableString(datadog.PtrString("description")),
IsReadOnly: datadog.PtrBool(false),
}
ctx := datadog.NewDefaultContext(context.Background())
configuration := datadog.NewConfiguration()
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2029850837.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2034634967.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2278756614.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_ORDERED,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2308247857.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2316374332.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2336428357.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2342457693.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2349863258.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2563642929.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2607944105.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2610827685.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2634813877.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2652180930.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2850365602.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
func main() {
body := datadogV1.Dashboard{
Description: *datadog.NewNullableString(nil),
IsReadOnly: datadog.PtrBool(false),
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_ORDERED,
NotifyList: *datadog.NewNullableList(&[]string{}),
ReflowType: datadogV1.DASHBOARDREFLOWTYPE_AUTO.Ptr(),
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2917274132.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_2921337351.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_3250131584.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_3777304439.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_417992286.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_651038379.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_794302680.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_858397694.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
func main() {
body := datadogV1.Dashboard{
Description: *datadog.NewNullableString(nil),
IsReadOnly: datadog.PtrBool(false),
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_ORDERED,
NotifyList: *datadog.NewNullableList(&[]string{}),
ReflowType: datadogV1.DASHBOARDREFLOWTYPE_AUTO.Ptr(),
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_913313564.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
1 change: 0 additions & 1 deletion examples/v1/dashboards/CreateDashboard_915214113.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func main() {
},
TemplateVariables: []datadogV1.DashboardTemplateVariable{},
LayoutType: datadogV1.DASHBOARDLAYOUTTYPE_FREE,
IsReadOnly: datadog.PtrBool(false),
NotifyList: *datadog.NewNullableList(&[]string{}),
}
ctx := datadog.NewDefaultContext(context.Background())
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-06-03T14:40:30.273Z
2024-11-14T19:12:06.088Z
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
interactions:
- request:
body: |
{"description":"","layout_type":"ordered","title":"Test-Create_a_distribution_widget_using_a_histogram_request_containing_a_formulas_and_functions_APM_Stats-1654267230","widgets":[{"definition":{"requests":[{"query":{"data_source":"apm_resource_stats","env":"staging","group_by":["resource_name"],"name":"query1","operation_name":"universal.http.client","primary_tag_name":"datacenter","primary_tag_value":"*","service":"azure-bill-import","stat":"latency_distribution"},"request_type":"histogram","style":{"palette":"dog_classic"}}],"show_legend":false,"title":"APM Stats - Request latency HOP","title_align":"left","title_size":"16","type":"distribution","xaxis":{"include_zero":true,"max":"auto","min":"auto","scale":"linear"},"yaxis":{"include_zero":true,"max":"auto","min":"auto","scale":"linear"}},"layout":{"height":2,"width":4,"x":8,"y":0}}]}
{"description":"","layout_type":"ordered","title":"Test-Create_a_distribution_widget_using_a_histogram_request_containing_a_formulas_and_functions_APM_Stats-1731611526","widgets":[{"definition":{"requests":[{"query":{"data_source":"apm_resource_stats","env":"staging","group_by":["resource_name"],"name":"query1","operation_name":"universal.http.client","primary_tag_name":"datacenter","primary_tag_value":"*","service":"azure-bill-import","stat":"latency_distribution"},"request_type":"histogram","style":{"palette":"dog_classic"}}],"show_legend":false,"title":"APM Stats - Request latency HOP","title_align":"left","title_size":"16","type":"distribution","xaxis":{"include_zero":true,"max":"auto","min":"auto","scale":"linear"},"yaxis":{"include_zero":true,"max":"auto","min":"auto","scale":"linear"}},"layout":{"height":2,"width":4,"x":8,"y":0}}]}
form: {}
headers:
Accept:
Expand All @@ -12,8 +12,11 @@ interactions:
method: POST
url: https://api.datadoghq.com/api/v1/dashboard
response:
body: '{"notify_list":null,"description":"","restricted_roles":[],"author_name":null,"template_variables":null,"is_read_only":false,"id":"u8n-j9a-4sd","title":"Test-Create_a_distribution_widget_using_a_histogram_request_containing_a_formulas_and_functions_APM_Stats-1654267230","url":"/dashboard/u8n-j9a-4sd/test-createadistributionwidgetusingahistogramrequestcontainingaformulasandfuncti","created_at":"2022-06-03T14:40:30.784732+00:00","modified_at":"2022-06-03T14:40:30.784732+00:00","author_handle":"[email protected]","widgets":[{"definition":{"title_size":"16","title":"APM
Stats - Request latency HOP","title_align":"left","yaxis":{"include_zero":true,"scale":"linear","min":"auto","max":"auto"},"show_legend":false,"xaxis":{"include_zero":true,"scale":"linear","min":"auto","max":"auto"},"requests":[{"query":{"primary_tag_value":"*","stat":"latency_distribution","data_source":"apm_resource_stats","name":"query1","service":"azure-bill-import","group_by":["resource_name"],"env":"staging","primary_tag_name":"datacenter","operation_name":"universal.http.client"},"request_type":"histogram","style":{"palette":"dog_classic"}}],"type":"distribution"},"layout":{"y":0,"width":4,"x":8,"height":2},"id":8784141872614013}],"layout_type":"ordered"}'
body: '{"id":"nsh-v4v-nmq","title":"Test-Create_a_distribution_widget_using_a_histogram_request_containing_a_formulas_and_functions_APM_Stats-1731611526","description":"","author_handle":"[email protected]","author_name":"Anika
Maskara","layout_type":"ordered","url":"/dashboard/nsh-v4v-nmq/test-createadistributionwidgetusingahistogramrequestcontainingaformulasandfuncti","is_read_only":false,"template_variables":null,"widgets":[{"definition":{"requests":[{"query":{"data_source":"apm_resource_stats","env":"staging","group_by":["resource_name"],"name":"query1","operation_name":"universal.http.client","primary_tag_name":"datacenter","primary_tag_value":"*","service":"azure-bill-import","stat":"latency_distribution"},"request_type":"histogram","style":{"palette":"dog_classic"}}],"show_legend":false,"title":"APM
Stats - Request latency HOP","title_align":"left","title_size":"16","type":"distribution","xaxis":{"include_zero":true,"max":"auto","min":"auto","scale":"linear"},"yaxis":{"include_zero":true,"max":"auto","min":"auto","scale":"linear"}},"layout":{"height":2,"width":4,"x":8,"y":0},"id":772521511524027}],"notify_list":null,"created_at":"2024-11-14T19:12:06.311354+00:00","modified_at":"2024-11-14T19:12:06.311354+00:00","restricted_roles":[]}
'
code: 200
duration: 0ms
headers:
Expand All @@ -28,9 +31,11 @@ interactions:
- application/json
id: 1
method: DELETE
url: https://api.datadoghq.com/api/v1/dashboard/u8n-j9a-4sd
url: https://api.datadoghq.com/api/v1/dashboard/nsh-v4v-nmq
response:
body: '{"deleted_dashboard_id":"u8n-j9a-4sd"}'
body: '{"deleted_dashboard_id":"nsh-v4v-nmq"}
'
code: 200
duration: 0ms
headers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-06-03T14:40:31.413Z
2024-11-14T19:12:06.617Z
Loading

0 comments on commit 152f270

Please sign in to comment.