Skip to content

Commit 523d24b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add blockedRequestPatterns to synthetics browser test options (#2847)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 61b34cc commit 523d24b

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-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.

0 commit comments

Comments
 (0)