From eb2d336abc37ad677a4c1cf2ff1b8023cae1de03 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 5 Aug 2026 11:11:00 +0000 Subject: [PATCH] Regenerate client from commit f64c91a of spec repo --- .generator/schemas/v2/openapi.yaml | 4 ++-- lib/datadog_api_client/v2/api/dashboards_api.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 9bc4bd3a2cf5..b1195c2f42d3 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -137505,7 +137505,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/dashboards/usage: get: - description: Get paginated usage statistics for every dashboard in the caller's organization. Use `page[limit]` and `page[offset]` to walk the result set. Use `filter[edited_before]` or `filter[viewed_before]` to narrow results by recency. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. + description: Get paginated usage statistics for every dashboard in the caller's organization. Use `page[limit]` and `page[offset]` to walk the result set. Use `filter[edited_before]` or `filter[viewed_before]` to narrow results by edit or view date. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025**; views prior to that date are not included. operationId: ListDashboardsUsage parameters: - description: Maximum number of dashboards to return per page. Server-side maximum is 500; values above 500 return a 400 Bad Request. @@ -137620,7 +137620,7 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/dashboards/{dashboard_id}/usage: get: - description: Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. + description: Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025**; views prior to that date are not included. operationId: GetDashboardUsage parameters: - description: The ID of the dashboard. diff --git a/lib/datadog_api_client/v2/api/dashboards_api.rb b/lib/datadog_api_client/v2/api/dashboards_api.rb index e18836aa4bf8..9c46d232ce74 100644 --- a/lib/datadog_api_client/v2/api/dashboards_api.rb +++ b/lib/datadog_api_client/v2/api/dashboards_api.rb @@ -33,7 +33,7 @@ def get_dashboard_usage(dashboard_id, opts = {}) # Get usage stats for a dashboard. # - # Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. + # Get usage statistics for a single dashboard. The response includes view counts, the most recent view and edit times, widget counts, and the dashboard quality score. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025**; views prior to that date are not included. # # @param dashboard_id [String] The ID of the dashboard. # @param opts [Hash] the optional parameters @@ -104,7 +104,7 @@ def list_dashboards_usage(opts = {}) # Get usage stats for all dashboards. # - # Get paginated usage statistics for every dashboard in the caller's organization. Use `page[limit]` and `page[offset]` to walk the result set. Use `filter[edited_before]` or `filter[viewed_before]` to narrow results by recency. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. + # Get paginated usage statistics for every dashboard in the caller's organization. Use `page[limit]` and `page[offset]` to walk the result set. Use `filter[edited_before]` or `filter[viewed_before]` to narrow results by edit or view date. View-count fields depend on Real User Monitoring (RUM) and are `null` or `0` in orgs without RUM. **View counts are refreshed once per day** and **only reflect views recorded starting January 2025**; views prior to that date are not included. # # @param opts [Hash] the optional parameters # @option opts [Integer] :page_limit Maximum number of dashboards to return per page. Server-side maximum is 500; values above 500 return a 400 Bad Request.