Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4",
"regenerated": "2023-06-22 16:27:10.877731",
"spec_repo_commit": "3823e339"
"regenerated": "2023-06-26 07:19:24.131890",
"spec_repo_commit": "6831ab50"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-06-22 16:27:10.890485",
"spec_repo_commit": "3823e339"
"regenerated": "2023-06-26 07:19:24.145467",
"spec_repo_commit": "6831ab50"
}
}
}
4 changes: 3 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16439,7 +16439,9 @@ paths:
x-permission: OR(USER_ACCESS_MANAGE)
/api/v2/ci/pipeline:
post:
description: 'Send your pipeline event to your Datadog platform over HTTP.
description: '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/).


This API endpoint is in private beta.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export class CIVisibilityPipelinesApi {
}

/**
* Send your pipeline event to your Datadog platform over HTTP.
* 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/).
*
* This API endpoint is in private beta.
* @param param The request object
Expand Down