Skip to content

Commit

Permalink
CI Visibility Tests API Endpoint Edit (#2180)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Mar 12, 2024
1 parent c2e40e8 commit 2556327
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-12 14:55:44.333808",
"spec_repo_commit": "e9113926"
"regenerated": "2024-03-12 18:41:37.515756",
"spec_repo_commit": "32fcfc91"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-12 14:55:44.351198",
"spec_repo_commit": "e9113926"
"regenerated": "2024-03-12 18:41:37.533437",
"spec_repo_commit": "32fcfc91"
}
}
}
8 changes: 4 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23744,8 +23744,8 @@ paths:
x-codegen-request-body-name: body
/api/v2/ci/tests/events:
get:
description: 'List endpoint returns CI Visibility test events that match a [log
search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
description: 'List endpoint returns CI Visibility test events that match a [search
query](https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/).

[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).

Expand Down Expand Up @@ -23828,8 +23828,8 @@ paths:
resultsPath: data
/api/v2/ci/tests/events/search:
post:
description: 'List endpoint returns CI Visibility test events that match a [log
search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
description: 'List endpoint returns CI Visibility test events that match a [search
query](https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/).

[Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ public PaginationIterable<CIAppTestEvent> listCIAppTestEventsWithPagination(

/**
* List endpoint returns CI Visibility test events that match a <a
* href="https://docs.datadoghq.com/logs/explorer/search_syntax/">log search query</a>. <a
* href="https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/">search
* query</a>. <a
* href="https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination">Results are
* paginated similarly to logs</a>.
*
Expand Down Expand Up @@ -634,7 +635,8 @@ public PaginationIterable<CIAppTestEvent> searchCIAppTestEventsWithPagination(

/**
* List endpoint returns CI Visibility test events that match a <a
* href="https://docs.datadoghq.com/logs/explorer/search_syntax/">log search query</a>. <a
* href="https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/">search
* query</a>. <a
* href="https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination">Results are
* paginated similarly to logs</a>.
*
Expand Down

0 comments on commit 2556327

Please sign in to comment.