Skip to content

Commit 75ffd25

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add link to the guide in create pipeline API endpoint of CI Visibility (#1206)
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 20db75c commit 75ffd25

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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-22 16:27:10.877731",
8-
"spec_repo_commit": "3823e339"
7+
"regenerated": "2023-06-26 07:19:24.131890",
8+
"spec_repo_commit": "6831ab50"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-22 16:27:10.890485",
13-
"spec_repo_commit": "3823e339"
12+
"regenerated": "2023-06-26 07:19:24.145467",
13+
"spec_repo_commit": "6831ab50"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16439,7 +16439,9 @@ paths:
1643916439
x-permission: OR(USER_ACCESS_MANAGE)
1644016440
/api/v2/ci/pipeline:
1644116441
post:
16442-
description: 'Send your pipeline event to your Datadog platform over HTTP.
16442+
description: 'Send your pipeline event to your Datadog platform over HTTP. For
16443+
details about how pipeline executions are modeled and what execution types
16444+
we support, see the [guide](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).
1644316445

1644416446

1644516447
This API endpoint is in private beta.'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ export class CIVisibilityPipelinesApi {
571571
}
572572

573573
/**
574-
* Send your pipeline event to your Datadog platform over HTTP.
574+
* Send your pipeline event to your Datadog platform over HTTP. For details about how pipeline executions are modeled and what execution types we support, see the [guide](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).
575575
*
576576
* This API endpoint is in private beta.
577577
* @param param The request object

0 commit comments

Comments
 (0)