@@ -393,8 +393,8 @@ open class UsageClient {
393393 /// degraded queries due to all search threads being used. - `degraded_queries_max_capacity_seconds_impacted`.
394394 /// Percentage of seconds affected by `max_capacity` degraded queries.
395395 /// - parameter indexName: (path) Name of the index on which to perform the operation.
396- /// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format.
397- /// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format.
396+ /// - parameter startDate: (query) Start date of the period to analyze, in RFC 3339 format.
397+ /// - parameter endDate: (query) End date of the period to analyze, in RFC 3339 format.
398398 /// - parameter granularity: (query) Granularity of the aggregated metrics. - `hourly`: the maximum time range for
399399 /// hourly metrics is 7 days. - `daily`: the maximum time range for daily metrics is 365 days. (optional)
400400 /// - returns: IndexUsage
@@ -524,9 +524,9 @@ open class UsageClient {
524524 //
525525 // - parameter indexName: (path) Name of the index on which to perform the operation.
526526 //
527- // - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format.
527+ // - parameter startDate: (query) Start date of the period to analyze, in RFC 3339 format.
528528 //
529- // - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format.
529+ // - parameter endDate: (query) End date of the period to analyze, in RFC 3339 format.
530530 //
531531 // - parameter granularity: (query) Granularity of the aggregated metrics. - `hourly`: the maximum time range for
532532 // hourly metrics is 7 days. - `daily`: the maximum time range for daily metrics is 365 days. (optional)
@@ -695,8 +695,8 @@ open class UsageClient {
695695 /// affected by `ssd_used` degraded queries. - `degraded_queries_max_capacity_queries_impacted`. Percentage of
696696 /// degraded queries due to all search threads being used. - `degraded_queries_max_capacity_seconds_impacted`.
697697 /// Percentage of seconds affected by `max_capacity` degraded queries.
698- /// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format.
699- /// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format.
698+ /// - parameter startDate: (query) Start date of the period to analyze, in RFC 3339 format.
699+ /// - parameter endDate: (query) End date of the period to analyze, in RFC 3339 format.
700700 /// - parameter granularity: (query) Granularity of the aggregated metrics. - `hourly`: the maximum time range for
701701 /// hourly metrics is 7 days. - `daily`: the maximum time range for daily metrics is 365 days. (optional)
702702 /// - returns: IndexUsage
@@ -822,9 +822,9 @@ open class UsageClient {
822822 // degraded queries due to all search threads being used. - `degraded_queries_max_capacity_seconds_impacted`.
823823 // Percentage of seconds affected by `max_capacity` degraded queries.
824824 //
825- // - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format.
825+ // - parameter startDate: (query) Start date of the period to analyze, in RFC 3339 format.
826826 //
827- // - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format.
827+ // - parameter endDate: (query) End date of the period to analyze, in RFC 3339 format.
828828 //
829829 // - parameter granularity: (query) Granularity of the aggregated metrics. - `hourly`: the maximum time range for
830830 // hourly metrics is 7 days. - `daily`: the maximum time range for daily metrics is 365 days. (optional)
0 commit comments