File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
src/datadog_api_client/v1/model Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -13092,7 +13092,8 @@ components:
13092
13092
certificates.'
13093
13093
type: boolean
13094
13094
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.
13096
13097
type: boolean
13097
13098
checkCertificateRevocation:
13098
13099
description: For SSL test, whether or not the test should fail on revoked
@@ -13116,7 +13117,7 @@ components:
13116
13117
description: For API HTTP test, whether or not the test should follow redirects.
13117
13118
type: boolean
13118
13119
ignoreServerCertificateError:
13119
- description: Ignore server certificate error.
13120
+ description: Ignore server certificate error for browser tests .
13120
13121
type: boolean
13121
13122
initialNavigationTimeout:
13122
13123
description: Timeout before declaring the initial step as failed (in seconds)
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def __init__(
122
122
certificates.
123
123
:type accept_self_signed: bool, optional
124
124
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 .
126
126
:type allow_insecure: bool, optional
127
127
128
128
: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__(
143
143
:param follow_redirects: For API HTTP test, whether or not the test should follow redirects.
144
144
:type follow_redirects: bool, optional
145
145
146
- :param ignore_server_certificate_error: Ignore server certificate error.
146
+ :param ignore_server_certificate_error: Ignore server certificate error for browser tests .
147
147
:type ignore_server_certificate_error: bool, optional
148
148
149
149
:param initial_navigation_timeout: Timeout before declaring the initial step as failed (in seconds) for browser tests.
You can’t perform that action at this time.
0 commit comments