Skip to content

Commit d1c0b91

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f82b21c of spec repo (#3508)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent cc9c4b5 commit d1c0b91

8 files changed

Lines changed: 16 additions & 16 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25163,7 +25163,7 @@ components:
2516325163
text: "Example annotation."
2516425164
connectionEnvs:
2516525165
- connections:
25166-
- connectionId: "11111111-1111-1111-1111-111111111111"
25166+
- connectionId: "e1e64943-c7c5-4487-aece-25aaec7d3aad"
2516725167
label: "INTEGRATION_DATADOG"
2516825168
env: "default"
2516925169
handle: "my-handle"
@@ -105989,7 +105989,7 @@ components:
105989105989
text: "Example annotation."
105990105990
connectionEnvs:
105991105991
- connections:
105992-
- connectionId: "11111111-1111-1111-1111-111111111111"
105992+
- connectionId: "e1e64943-c7c5-4487-aece-25aaec7d3aad"
105993105993
label: "INTEGRATION_DATADOG"
105994105994
env: "default"
105995105995
handle: "my-handle"
@@ -193432,7 +193432,7 @@ paths:
193432193432
text: Example annotation.
193433193433
connectionEnvs:
193434193434
- connections:
193435-
- connectionId: 11111111-1111-1111-1111-111111111111
193435+
- connectionId: e1e64943-c7c5-4487-aece-25aaec7d3aad
193436193436
label: INTEGRATION_DATADOG
193437193437
env: default
193438193438
handle: my-handle
@@ -193637,7 +193637,7 @@ paths:
193637193637
text: Example annotation.
193638193638
connectionEnvs:
193639193639
- connections:
193640-
- connectionId: 11111111-1111-1111-1111-111111111111
193640+
- connectionId: e1e64943-c7c5-4487-aece-25aaec7d3aad
193641193641
label: INTEGRATION_DATADOG
193642193642
env: default
193643193643
handle: my-handle

cassettes/features/v2/workflow_automation/Create-Workflow-returns-Successfully-created-a-workflow-response.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cassettes/features/v2/workflow_automation/Create-a-Workflow-returns-Successfully-created-a-workflow-response.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cassettes/features/v2/workflow_automation/Update-an-existing-Workflow-returns-Not-found-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cassettes/features/v2/workflow_automation/Update-an-existing-Workflow-returns-Successfully-updated-a-workflow-response.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/v2/workflow-automation/CreateWorkflow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DatadogAPIClient::V2::ConnectionEnv.new({
1515
connections: [
1616
DatadogAPIClient::V2::Connection.new({
17-
connection_id: "11111111-1111-1111-1111-111111111111",
17+
connection_id: "e1e64943-c7c5-4487-aece-25aaec7d3aad",
1818
label: "INTEGRATION_DATADOG",
1919
}),
2020
],

examples/v2/workflow-automation/UpdateWorkflow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
DatadogAPIClient::V2::ConnectionEnv.new({
1818
connections: [
1919
DatadogAPIClient::V2::Connection.new({
20-
connection_id: "11111111-1111-1111-1111-111111111111",
20+
connection_id: "e1e64943-c7c5-4487-aece-25aaec7d3aad",
2121
label: "INTEGRATION_DATADOG",
2222
}),
2323
],

0 commit comments

Comments
 (0)