Skip to content

Commit 9cc5f64

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
CI Visibility Tests API Endpoint Edit (#1861)
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 f77bb48 commit 9cc5f64

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:32.911544",
8-
"spec_repo_commit": "e9113926"
7+
"regenerated": "2024-03-12 18:41:36.795198",
8+
"spec_repo_commit": "32fcfc91"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-12 14:55:32.926760",
13-
"spec_repo_commit": "e9113926"
12+
"regenerated": "2024-03-12 18:41:36.811808",
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/datadog_api_client/v2/api/ci_visibility_tests_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def list_ci_app_test_events(
150150
) -> CIAppTestEventsResponse:
151151
"""Get a list of tests events.
152152
153-
List endpoint returns CI Visibility test events that match a `log search query <https://docs.datadoghq.com/logs/explorer/search_syntax/>`_.
153+
List endpoint returns CI Visibility test events that match a `search query <https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/>`_.
154154
`Results are paginated similarly to logs <https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination>`_.
155155
156156
Use this endpoint to see your latest test events.
@@ -259,7 +259,7 @@ def search_ci_app_test_events(
259259
) -> CIAppTestEventsResponse:
260260
"""Search tests events.
261261
262-
List endpoint returns CI Visibility test events that match a `log search query <https://docs.datadoghq.com/logs/explorer/search_syntax/>`_.
262+
List endpoint returns CI Visibility test events that match a `search query <https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/>`_.
263263
`Results are paginated similarly to logs <https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination>`_.
264264
265265
Use this endpoint to build complex events filtering and search.

0 commit comments

Comments
 (0)