Skip to content

Commit fd28ff4

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 (#1538)
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 062ecff commit fd28ff4

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:12.578518",
8-
"spec_repo_commit": "3823e339"
7+
"regenerated": "2023-06-26 07:19:26.221149",
8+
"spec_repo_commit": "6831ab50"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-22 16:27:12.592916",
13-
"spec_repo_commit": "3823e339"
12+
"regenerated": "2023-06-26 07:19:26.233789",
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.'

src/datadog_api_client/v2/api/ci_visibility_pipelines_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def create_ci_app_pipeline_event(
167167
) -> dict:
168168
"""Send pipeline event.
169169
170-
Send your pipeline event to your Datadog platform over HTTP.
170+
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/>`_.
171171
172172
This API endpoint is in private beta.
173173

0 commit comments

Comments
 (0)