Skip to content

Commit 434bd7f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9080ceb of spec repo (#31479)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9df25d2 commit 434bd7f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

data/api/v2/full_spec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55047,7 +55047,9 @@ paths:
5504755047

5504855048

5504955049
Pipeline events can be submitted with a timestamp that is up to 18 hours in
55050-
the past.'
55050+
the past.
55051+
55052+
The duration between the event start and end times cannot exceed 1 year.'
5505155053
operationId: CreateCIAppPipelineEvent
5505255054
requestBody:
5505355055
content:

data/api/v2/full_spec_deref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437531,7 +437531,7 @@
437531437531
},
437532437532
"/api/v2/ci/pipeline": {
437533437533
"post": {
437534-
"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 [Pipeline Data Model And Execution Types](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).\n\nMultiple events can be sent in an array (up to 1000).\n\nPipeline events can be submitted with a timestamp that is up to 18 hours in the past.",
437534+
"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 [Pipeline Data Model And Execution Types](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).\n\nMultiple events can be sent in an array (up to 1000).\n\nPipeline events can be submitted with a timestamp that is up to 18 hours in the past.\nThe duration between the event start and end times cannot exceed 1 year.",
437535437535
"operationId": "CreateCIAppPipelineEvent",
437536437536
"requestBody": {
437537437537
"content": {

data/api/v2/translate_actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
"summary": "Get a list of entity relations"
419419
},
420420
"CreateCIAppPipelineEvent": {
421-
"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 [Pipeline Data Model And Execution Types](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).\n\nMultiple events can be sent in an array (up to 1000).\n\nPipeline events can be submitted with a timestamp that is up to 18 hours in the past.",
421+
"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 [Pipeline Data Model And Execution Types](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).\n\nMultiple events can be sent in an array (up to 1000).\n\nPipeline events can be submitted with a timestamp that is up to 18 hours in the past.\nThe duration between the event start and end times cannot exceed 1 year.",
422422
"summary": "Send pipeline event",
423423
"request_description": "",
424424
"request_schema_description": "Request object."

static/resources/json/full_spec_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437531,7 +437531,7 @@
437531437531
},
437532437532
"/api/v2/ci/pipeline": {
437533437533
"post": {
437534-
"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 [Pipeline Data Model And Execution Types](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).\n\nMultiple events can be sent in an array (up to 1000).\n\nPipeline events can be submitted with a timestamp that is up to 18 hours in the past.",
437534+
"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 [Pipeline Data Model And Execution Types](https://docs.datadoghq.com/continuous_integration/guides/pipeline_data_model/).\n\nMultiple events can be sent in an array (up to 1000).\n\nPipeline events can be submitted with a timestamp that is up to 18 hours in the past.\nThe duration between the event start and end times cannot exceed 1 year.",
437535437535
"operationId": "CreateCIAppPipelineEvent",
437536437536
"requestBody": {
437537437537
"content": {

0 commit comments

Comments
 (0)