File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-03-12 14:55:44.333808 ",
8- "spec_repo_commit": "e9113926 "
7+ "regenerated": "2024-03-12 18:41:37.515756 ",
8+ "spec_repo_commit": "32fcfc91 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-03-12 14:55:44.351198 ",
13- "spec_repo_commit": "e9113926 "
12+ "regenerated": "2024-03-12 18:41:37.533437 ",
13+ "spec_repo_commit": "32fcfc91 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -23744,8 +23744,8 @@ paths:
2374423744 x-codegen-request-body-name: body
2374523745 /api/v2/ci/tests/events:
2374623746 get:
23747- description: 'List endpoint returns CI Visibility test events that match a [log
23748- search query](https://docs.datadoghq.com/logs /explorer/search_syntax/).
23747+ description: 'List endpoint returns CI Visibility test events that match a [search
23748+ query](https://docs.datadoghq.com/continuous_integration /explorer/search_syntax/).
2374923749
2375023750 [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
2375123751
@@ -23828,8 +23828,8 @@ paths:
2382823828 resultsPath: data
2382923829 /api/v2/ci/tests/events/search:
2383023830 post:
23831- description: 'List endpoint returns CI Visibility test events that match a [log
23832- search query](https://docs.datadoghq.com/logs /explorer/search_syntax/).
23831+ description: 'List endpoint returns CI Visibility test events that match a [search
23832+ query](https://docs.datadoghq.com/continuous_integration /explorer/search_syntax/).
2383323833
2383423834 [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
2383523835
Original file line number Diff line number Diff line change @@ -378,7 +378,8 @@ public PaginationIterable<CIAppTestEvent> listCIAppTestEventsWithPagination(
378378
379379 /**
380380 * List endpoint returns CI Visibility test events that match a <a
381- * href="https://docs.datadoghq.com/logs/explorer/search_syntax/">log search query</a>. <a
381+ * href="https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/">search
382+ * query</a>. <a
382383 * href="https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination">Results are
383384 * paginated similarly to logs</a>.
384385 *
@@ -634,7 +635,8 @@ public PaginationIterable<CIAppTestEvent> searchCIAppTestEventsWithPagination(
634635
635636 /**
636637 * List endpoint returns CI Visibility test events that match a <a
637- * href="https://docs.datadoghq.com/logs/explorer/search_syntax/">log search query</a>. <a
638+ * href="https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/">search
639+ * query</a>. <a
638640 * href="https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination">Results are
639641 * paginated similarly to logs</a>.
640642 *
You can’t perform that action at this time.
0 commit comments