Skip to content

Commit 861a537

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 32fcfc91 of spec repo
1 parent bfe6581 commit 861a537

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:41.293819",
8-
"spec_repo_commit": "e9113926"
7+
"regenerated": "2024-03-12 18:41:38.049548",
8+
"spec_repo_commit": "32fcfc91"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-03-12 14:55:41.311477",
13-
"spec_repo_commit": "e9113926"
12+
"regenerated": "2024-03-12 18:41:38.067098",
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

packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export class CIVisibilityTestsApi {
453453
}
454454

455455
/**
456-
* List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
456+
* List endpoint returns CI Visibility test events that match a [search query](https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/).
457457
* [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
458458
*
459459
* Use this endpoint to see your latest test events.
@@ -539,7 +539,7 @@ export class CIVisibilityTestsApi {
539539
}
540540

541541
/**
542-
* List endpoint returns CI Visibility test events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
542+
* List endpoint returns CI Visibility test events that match a [search query](https://docs.datadoghq.com/continuous_integration/explorer/search_syntax/).
543543
* [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
544544
*
545545
* Use this endpoint to build complex events filtering and search.

0 commit comments

Comments
 (0)