Skip to content

Commit 2556327

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
CI Visibility Tests API Endpoint Edit (#2180)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent c2e40e8 commit 2556327

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/main/java/com/datadog/api/client/v2/api/CiVisibilityTestsApi.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)