Skip to content

Commit 13b6ebe

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[Synthetics] Update documentation for server certificate option (#902)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 7b06ecc commit 13b6ebe

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
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.4",
7-
"regenerated": "2022-11-08 20:15:12.756844",
8-
"spec_repo_commit": "ce8fbc1a"
7+
"regenerated": "2022-11-09 16:23:06.424605",
8+
"spec_repo_commit": "a896c6f6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-11-08 20:15:12.771024",
13-
"spec_repo_commit": "ce8fbc1a"
12+
"regenerated": "2022-11-09 16:23:06.443387",
13+
"spec_repo_commit": "a896c6f6"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13092,7 +13092,8 @@ components:
1309213092
certificates.'
1309313093
type: boolean
1309413094
allow_insecure:
13095-
description: Allows loading insecure content for an HTTP request.
13095+
description: Allows loading insecure content for an HTTP request in an API
13096+
test.
1309613097
type: boolean
1309713098
checkCertificateRevocation:
1309813099
description: For SSL test, whether or not the test should fail on revoked
@@ -13116,7 +13117,7 @@ components:
1311613117
description: For API HTTP test, whether or not the test should follow redirects.
1311713118
type: boolean
1311813119
ignoreServerCertificateError:
13119-
description: Ignore server certificate error.
13120+
description: Ignore server certificate error for browser tests.
1312013121
type: boolean
1312113122
initialNavigationTimeout:
1312213123
description: Timeout before declaring the initial step as failed (in seconds)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class SyntheticsTestOptions {
2121
*/
2222
"acceptSelfSigned"?: boolean;
2323
/**
24-
* Allows loading insecure content for an HTTP request.
24+
* Allows loading insecure content for an HTTP request in an API test.
2525
*/
2626
"allowInsecure"?: boolean;
2727
/**
@@ -49,7 +49,7 @@ export class SyntheticsTestOptions {
4949
*/
5050
"followRedirects"?: boolean;
5151
/**
52-
* Ignore server certificate error.
52+
* Ignore server certificate error for browser tests.
5353
*/
5454
"ignoreServerCertificateError"?: boolean;
5555
/**

0 commit comments

Comments
 (0)