@@ -204,7 +204,7 @@ public ListLogsOptionalParameters body(LogsListRequest body) {
204204 }
205205
206206 /**
207- * Search logs.
207+ * Search logs (POST) .
208208 *
209209 * <p>See {@link #listLogsWithHttpInfo}.
210210 *
@@ -216,7 +216,7 @@ public LogsListResponse listLogs() throws ApiException {
216216 }
217217
218218 /**
219- * Search logs.
219+ * Search logs (POST) .
220220 *
221221 * <p>See {@link #listLogsWithHttpInfoAsync}.
222222 *
@@ -231,7 +231,7 @@ public CompletableFuture<LogsListResponse> listLogsAsync() {
231231 }
232232
233233 /**
234- * Search logs.
234+ * Search logs (POST) .
235235 *
236236 * <p>See {@link #listLogsWithHttpInfo}.
237237 *
@@ -244,7 +244,7 @@ public LogsListResponse listLogs(ListLogsOptionalParameters parameters) throws A
244244 }
245245
246246 /**
247- * Search logs.
247+ * Search logs (POST) .
248248 *
249249 * <p>See {@link #listLogsWithHttpInfoAsync}.
250250 *
@@ -260,7 +260,7 @@ public CompletableFuture<LogsListResponse> listLogsAsync(ListLogsOptionalParamet
260260 }
261261
262262 /**
263- * Search logs.
263+ * Search logs (POST) .
264264 *
265265 * <p>See {@link #listLogsWithHttpInfo}.
266266 *
@@ -272,7 +272,7 @@ public PaginationIterable<Log> listLogsWithPagination() {
272272 }
273273
274274 /**
275- * Search logs.
275+ * Search logs (POST) .
276276 *
277277 * <p>See {@link #listLogsWithHttpInfo}.
278278 *
@@ -322,7 +322,7 @@ public PaginationIterable<Log> listLogsWithPagination(ListLogsOptionalParameters
322322 * List endpoint returns logs that match a log search query. <a
323323 * href="/logs/guide/collect-multiple-logs-with-pagination">Results are paginated</a>.
324324 *
325- * <p>Use this endpoint to build complex logs filtering and search .
325+ * <p>Use this endpoint to search and filter your logs .
326326 *
327327 * <p><strong>If you are considering archiving logs for your organization, consider use of the
328328 * Datadog archive capabilities instead of the log list API. See <a
@@ -371,7 +371,7 @@ public ApiResponse<LogsListResponse> listLogsWithHttpInfo(ListLogsOptionalParame
371371 }
372372
373373 /**
374- * Search logs.
374+ * Search logs (POST) .
375375 *
376376 * <p>See {@link #listLogsWithHttpInfo}.
377377 *
@@ -517,7 +517,7 @@ public ListLogsGetOptionalParameters pageLimit(Integer pageLimit) {
517517 }
518518
519519 /**
520- * Get a list of logs.
520+ * Search logs (GET) .
521521 *
522522 * <p>See {@link #listLogsGetWithHttpInfo}.
523523 *
@@ -529,7 +529,7 @@ public LogsListResponse listLogsGet() throws ApiException {
529529 }
530530
531531 /**
532- * Get a list of logs.
532+ * Search logs (GET) .
533533 *
534534 * <p>See {@link #listLogsGetWithHttpInfoAsync}.
535535 *
@@ -544,7 +544,7 @@ public CompletableFuture<LogsListResponse> listLogsGetAsync() {
544544 }
545545
546546 /**
547- * Get a list of logs.
547+ * Search logs (GET) .
548548 *
549549 * <p>See {@link #listLogsGetWithHttpInfo}.
550550 *
@@ -558,7 +558,7 @@ public LogsListResponse listLogsGet(ListLogsGetOptionalParameters parameters)
558558 }
559559
560560 /**
561- * Get a list of logs.
561+ * Search logs (GET) .
562562 *
563563 * <p>See {@link #listLogsGetWithHttpInfoAsync}.
564564 *
@@ -575,7 +575,7 @@ public CompletableFuture<LogsListResponse> listLogsGetAsync(
575575 }
576576
577577 /**
578- * Get a list of logs.
578+ * Search logs (GET) .
579579 *
580580 * <p>See {@link #listLogsGetWithHttpInfo}.
581581 *
@@ -587,7 +587,7 @@ public PaginationIterable<Log> listLogsGetWithPagination() {
587587 }
588588
589589 /**
590- * Get a list of logs.
590+ * Search logs (GET) .
591591 *
592592 * <p>See {@link #listLogsGetWithHttpInfo}.
593593 *
@@ -630,7 +630,7 @@ public PaginationIterable<Log> listLogsGetWithPagination(
630630 * List endpoint returns logs that match a log search query. <a
631631 * href="/logs/guide/collect-multiple-logs-with-pagination">Results are paginated</a>.
632632 *
633- * <p>Use this endpoint to see your latest logs.
633+ * <p>Use this endpoint to search and filter your logs.
634634 *
635635 * <p><strong>If you are considering archiving logs for your organization, consider use of the
636636 * Datadog archive capabilities instead of the log list API. See <a
@@ -698,7 +698,7 @@ public ApiResponse<LogsListResponse> listLogsGetWithHttpInfo(
698698 }
699699
700700 /**
701- * Get a list of logs.
701+ * Search logs (GET) .
702702 *
703703 * <p>See {@link #listLogsGetWithHttpInfo}.
704704 *
0 commit comments