Skip to content

Commit ce66385

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
CI Visibility Tests API Endpoint Edit (#2378)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 0f7acbc commit ce66385

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-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:43.666707",
8-
"spec_repo_commit": "e9113926"
7+
"regenerated": "2024-03-12 18:41:32.257003",
8+
"spec_repo_commit": "32fcfc91"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-12 14:55:43.684564",
13-
"spec_repo_commit": "e9113926"
12+
"regenerated": "2024-03-12 18:41:32.284410",
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

api/datadogV2/api_ci_visibility_tests.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func (r *ListCIAppTestEventsOptionalParameters) WithPageLimit(pageLimit int32) *
142142
}
143143

144144
// ListCIAppTestEvents Get a list of tests events.
145-
// List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
145+
// List endpoint returns CI Visibility test events that match a [search query](https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/).
146146
// [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
147147
//
148148
// Use this endpoint to see your latest test events.
@@ -316,7 +316,7 @@ func (r *SearchCIAppTestEventsOptionalParameters) WithBody(body CIAppTestEventsR
316316
}
317317

318318
// SearchCIAppTestEvents Search tests events.
319-
// List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
319+
// List endpoint returns CI Visibility test events that match a [search query](https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/).
320320
// [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
321321
//
322322
// Use this endpoint to build complex events filtering and search.

0 commit comments

Comments
 (0)