Skip to content

Commit 777a507

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c3ceaf9 of spec repo
1 parent 1c00fa8 commit 777a507

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17343,6 +17343,11 @@ components:
1734317343
description: Allows loading insecure content for an HTTP request in an API
1734417344
test.
1734517345
type: boolean
17346+
blockedRequestPatterns:
17347+
description: Array of URL patterns to block.
17348+
items:
17349+
type: string
17350+
type: array
1734617351
checkCertificateRevocation:
1734717352
description: For SSL tests, whether or not the test should fail on revoked
1734817353
certificate in stapled OCSP.

examples/v1/synthetics/CreateSyntheticsAPITest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const params: v1.SyntheticsApiCreateSyntheticsAPITestRequest = {
2626
message: "Notification message",
2727
name: "Example test name",
2828
options: {
29+
blockedRequestPatterns: [],
2930
ci: {
3031
executionRule: "blocking",
3132
},

examples/v1/synthetics/UpdateBrowserTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const params: v1.SyntheticsApiUpdateBrowserTestRequest = {
5050
message: "",
5151
name: "Example test name",
5252
options: {
53+
blockedRequestPatterns: [],
5354
ci: {
5455
executionRule: "blocking",
5556
},

0 commit comments

Comments
 (0)