Skip to content

Commit 511c2ab

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 88112edb of spec repo
1 parent 18cb4f4 commit 511c2ab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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.6",
7-
"regenerated": "2025-05-27 17:12:13.510503",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-05-28 15:26:33.283324",
8+
"spec_repo_commit": "88112edb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:12:13.526776",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-05-28 15:26:33.307119",
13+
"spec_repo_commit": "88112edb"
1414
}
1515
}
1616
}

examples/v2/microsoft-teams-integration/CreateWorkflowsWebhookHandle_1716851881.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const params: v2.MicrosoftTeamsIntegrationApiCreateWorkflowsWebhookHandleRequest
1313
data: {
1414
attributes: {
1515
name: "Example-Microsoft-Teams-Integration",
16-
url: "https://fake.url.com",
16+
url: "https://example.logic.azure.com/workflows/123",
1717
},
1818
type: "workflows-webhook-handle",
1919
},

features/v2/microsoft_teams_integration.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Feature: Microsoft Teams Integration
9191
@team:DataDog/chat-integrations
9292
Scenario: Create workflow webhook handle returns "CREATED" response
9393
Given new "CreateWorkflowsWebhookHandle" request
94-
And body with value {"data": {"attributes": {"name": "{{unique}}", "url": "https://fake.url.com"}, "type": "workflows-webhook-handle"}}
94+
And body with value {"data": {"attributes": {"name": "{{unique}}", "url": "https://example.logic.azure.com/workflows/123"}, "type": "workflows-webhook-handle"}}
9595
When the request is sent
9696
Then the response status is 201 CREATED
9797
And the response "data.attributes.name" is equal to "{{unique}}"

0 commit comments

Comments
 (0)