Skip to content

Commit 1dc61ef

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[Synthetics] Update documentation for server certificate option (#1230)
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 4a380c7 commit 1dc61ef

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:43.710640",
8-
"spec_repo_commit": "ce8fbc1a"
7+
"regenerated": "2022-11-09 16:23:06.808407",
8+
"spec_repo_commit": "a896c6f6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-11-08 20:15:43.722751",
13-
"spec_repo_commit": "ce8fbc1a"
12+
"regenerated": "2022-11-09 16:23:06.820984",
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)

src/datadog_api_client/v1/model/synthetics_test_options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(
122122
certificates.
123123
:type accept_self_signed: bool, optional
124124
125-
:param allow_insecure: Allows loading insecure content for an HTTP request.
125+
:param allow_insecure: Allows loading insecure content for an HTTP request in an API test.
126126
:type allow_insecure: bool, optional
127127
128128
:param check_certificate_revocation: For SSL test, whether or not the test should fail on revoked certificate in stapled OCSP.
@@ -143,7 +143,7 @@ def __init__(
143143
:param follow_redirects: For API HTTP test, whether or not the test should follow redirects.
144144
:type follow_redirects: bool, optional
145145
146-
:param ignore_server_certificate_error: Ignore server certificate error.
146+
:param ignore_server_certificate_error: Ignore server certificate error for browser tests.
147147
:type ignore_server_certificate_error: bool, optional
148148
149149
:param initial_navigation_timeout: Timeout before declaring the initial step as failed (in seconds) for browser tests.

0 commit comments

Comments
 (0)