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 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}
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments