Skip to content

Commit

Permalink
[Synthetics] Update documentation for server certificate option (#1744)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 9, 2022
1 parent dbe6db6 commit 7163acb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-11-08 20:15:12.663622",
"spec_repo_commit": "ce8fbc1a"
"regenerated": "2022-11-09 16:22:58.929339",
"spec_repo_commit": "a896c6f6"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-11-08 20:15:12.681004",
"spec_repo_commit": "ce8fbc1a"
"regenerated": "2022-11-09 16:22:58.941427",
"spec_repo_commit": "a896c6f6"
}
}
}
5 changes: 3 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13092,7 +13092,8 @@ components:
certificates.'
type: boolean
allow_insecure:
description: Allows loading insecure content for an HTTP request.
description: Allows loading insecure content for an HTTP request in an API
test.
type: boolean
checkCertificateRevocation:
description: For SSL test, whether or not the test should fail on revoked
Expand All @@ -13116,7 +13117,7 @@ components:
description: For API HTTP test, whether or not the test should follow redirects.
type: boolean
ignoreServerCertificateError:
description: Ignore server certificate error.
description: Ignore server certificate error for browser tests.
type: boolean
initialNavigationTimeout:
description: Timeout before declaring the initial step as failed (in seconds)
Expand Down
4 changes: 2 additions & 2 deletions api/datadogV1/model_synthetics_test_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type SyntheticsTestOptions struct {
// For SSL test, whether or not the test should allow self signed
// certificates.
AcceptSelfSigned *bool `json:"accept_self_signed,omitempty"`
// Allows loading insecure content for an HTTP request.
// Allows loading insecure content for an HTTP request in an API test.
AllowInsecure *bool `json:"allow_insecure,omitempty"`
// For SSL test, whether or not the test should fail on revoked certificate in stapled OCSP.
CheckCertificateRevocation *bool `json:"checkCertificateRevocation,omitempty"`
Expand All @@ -27,7 +27,7 @@ type SyntheticsTestOptions struct {
DisableCsp *bool `json:"disableCsp,omitempty"`
// For API HTTP test, whether or not the test should follow redirects.
FollowRedirects *bool `json:"follow_redirects,omitempty"`
// Ignore server certificate error.
// Ignore server certificate error for browser tests.
IgnoreServerCertificateError *bool `json:"ignoreServerCertificateError,omitempty"`
// Timeout before declaring the initial step as failed (in seconds) for browser tests.
InitialNavigationTimeout *int64 `json:"initialNavigationTimeout,omitempty"`
Expand Down

0 comments on commit 7163acb

Please sign in to comment.