Sha256: 57450fedb723ba47fbdc732ee523fea14c4f7230bf1fcaf8a738113bf2192e69
Contents?: true
Size: 508 Bytes
Versions: 1
Compression:
Stored size: 508 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::DashboardListsAPI.new list_id = 789 # Integer | ID of the dashboard list to update. body = DatadogAPIClient::V1::DashboardList.new({ name: "My Dashboard" }) # DashboardList | Update a dashboard list request body. begin # Update a dashboard list result = api_instance.update_dashboard_list(list_id, body) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling DashboardListsAPI->update_dashboard_list: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/dashboard-lists/UpdateDashboardList.rb |