File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
packages/datadog-api-client-v1/models 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:12.756844 ",
8
- "spec_repo_commit": "ce8fbc1a "
7
+ "regenerated": "2022-11-09 16:23:06.424605 ",
8
+ "spec_repo_commit": "a896c6f6 "
9
9
},
10
10
"v2": {
11
11
"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 "
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 @@ -21,7 +21,7 @@ export class SyntheticsTestOptions {
21
21
*/
22
22
"acceptSelfSigned" ?: boolean ;
23
23
/**
24
- * Allows loading insecure content for an HTTP request.
24
+ * Allows loading insecure content for an HTTP request in an API test .
25
25
*/
26
26
"allowInsecure" ?: boolean ;
27
27
/**
@@ -49,7 +49,7 @@ export class SyntheticsTestOptions {
49
49
*/
50
50
"followRedirects" ?: boolean ;
51
51
/**
52
- * Ignore server certificate error.
52
+ * Ignore server certificate error for browser tests .
53
53
*/
54
54
"ignoreServerCertificateError" ?: boolean ;
55
55
/**
You can’t perform that action at this time.
0 commit comments