Skip to content

Commit 4482ce3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit db16515 of spec repo (#4484)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 7b653ee commit 4482ce3

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19795,6 +19795,9 @@ components:
1979519795
description: A URL pattern to block during the Synthetic test.
1979619796
type: string
1979719797
type: array
19798+
captureNetworkPayloads:
19799+
description: Capture HTTP request/response headers and bodies for Fetch/XHR calls made during browser tests.
19800+
type: boolean
1979819801
checkCertificateRevocation:
1979919802
description: |-
1980019803
For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP.

packages/datadog-api-client-v1/models/SyntheticsTestOptions.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export class SyntheticsTestOptions {
2929
* Array of URL patterns to block.
3030
*/
3131
"blockedRequestPatterns"?: Array<string>;
32+
/**
33+
* Capture HTTP request/response headers and bodies for Fetch/XHR calls made during browser tests.
34+
*/
35+
"captureNetworkPayloads"?: boolean;
3236
/**
3337
* For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP.
3438
*/
@@ -162,6 +166,10 @@ export class SyntheticsTestOptions {
162166
baseName: "blockedRequestPatterns",
163167
type: "Array<string>",
164168
},
169+
captureNetworkPayloads: {
170+
baseName: "captureNetworkPayloads",
171+
type: "boolean",
172+
},
165173
checkCertificateRevocation: {
166174
baseName: "checkCertificateRevocation",
167175
type: "boolean",

0 commit comments

Comments
 (0)