Skip to content

Commit

Permalink
CI Visibility Tests API Endpoint Edit (#2378)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Mar 12, 2024
1 parent 0f7acbc commit ce66385
Show file tree
Hide file tree
Showing 3 changed files with 10 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:43.666707",
"spec_repo_commit": "e9113926"
"regenerated": "2024-03-12 18:41:32.257003",
"spec_repo_commit": "32fcfc91"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-12 14:55:43.684564",
"spec_repo_commit": "e9113926"
"regenerated": "2024-03-12 18:41:32.284410",
"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
4 changes: 2 additions & 2 deletions api/datadogV2/api_ci_visibility_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (r *ListCIAppTestEventsOptionalParameters) WithPageLimit(pageLimit int32) *
}

// ListCIAppTestEvents Get a list of tests events.
// List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
// 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).
//
// Use this endpoint to see your latest test events.
Expand Down Expand Up @@ -316,7 +316,7 @@ func (r *SearchCIAppTestEventsOptionalParameters) WithBody(body CIAppTestEventsR
}

// SearchCIAppTestEvents Search tests events.
// List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
// 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).
//
// Use this endpoint to build complex events filtering and search.
Expand Down

0 comments on commit ce66385

Please sign in to comment.