Skip to content

Commit df11429

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 2ee8c2d8 of spec repo (#1199)
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 b2b1ee2 commit df11429

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
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.4",
7-
"regenerated": "2023-06-16 17:50:44.503416",
8-
"spec_repo_commit": "15c4b13f"
7+
"regenerated": "2023-06-19 06:15:29.794974",
8+
"spec_repo_commit": "2ee8c2d8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-16 17:50:44.516638",
13-
"spec_repo_commit": "15c4b13f"
12+
"regenerated": "2023-06-19 06:15:29.808106",
13+
"spec_repo_commit": "2ee8c2d8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16446,7 +16446,10 @@ paths:
1644616446
x-permission: OR(USER_ACCESS_MANAGE)
1644716447
/api/v2/ci/pipeline:
1644816448
post:
16449-
description: Send your pipeline event to your Datadog platform over HTTP.
16449+
description: 'Send your pipeline event to your Datadog platform over HTTP.
16450+
16451+
16452+
This API endpoint is in private beta.'
1645016453
operationId: CreateCIAppPipelineEvent
1645116454
requestBody:
1645216455
content:
@@ -16544,7 +16547,7 @@ paths:
1654416547
/api/v2/ci/pipelines/events:
1654516548
get:
1654616549
description: 'List endpoint returns CI Visibility pipeline events that match
16547-
a log search query.
16550+
a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1654816551

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

@@ -16623,7 +16626,7 @@ paths:
1662316626
/api/v2/ci/pipelines/events/search:
1662416627
post:
1662516628
description: 'List endpoint returns CI Visibility pipeline events that match
16626-
a log search query.
16629+
a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1662716630

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

@@ -16688,8 +16691,8 @@ paths:
1668816691
x-codegen-request-body-name: body
1668916692
/api/v2/ci/tests/events:
1669016693
get:
16691-
description: 'List endpoint returns CI Visibility test events that match a log
16692-
search query.
16694+
description: 'List endpoint returns CI Visibility test events that match a [log
16695+
search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1669316696

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

@@ -16767,8 +16770,8 @@ paths:
1676716770
resultsPath: data
1676816771
/api/v2/ci/tests/events/search:
1676916772
post:
16770-
description: 'List endpoint returns CI Visibility test events that match a log
16771-
search query.
16773+
description: 'List endpoint returns CI Visibility test events that match a [log
16774+
search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
1677216775

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

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,8 @@ export class CIVisibilityPipelinesApi {
572572

573573
/**
574574
* Send your pipeline event to your Datadog platform over HTTP.
575+
*
576+
* This API endpoint is in private beta.
575577
* @param param The request object
576578
*/
577579
public createCIAppPipelineEvent(
@@ -594,7 +596,7 @@ export class CIVisibilityPipelinesApi {
594596
}
595597

596598
/**
597-
* List endpoint returns CI Visibility pipeline events that match a log search query.
599+
* List endpoint returns CI Visibility pipeline events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
598600
* [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
599601
*
600602
* Use this endpoint to see your latest pipeline events.
@@ -682,7 +684,7 @@ export class CIVisibilityPipelinesApi {
682684
}
683685

684686
/**
685-
* List endpoint returns CI Visibility pipeline events that match a log search query.
687+
* List endpoint returns CI Visibility pipeline events that match a [log search query](https://docs.datadoghq.com/logs/explorer/search_syntax/).
686688
* [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
687689
*
688690
* Use this endpoint to build complex events filtering and search.

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

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

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

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

0 commit comments

Comments
 (0)