diff --git a/.apigentools-info b/.apigentools-info index a2ee073181be..d85e53d72cb5 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.4.1.dev2", - "regenerated": "2021-02-15 14:47:34.009618", - "spec_repo_commit": "b8bbf4c" + "regenerated": "2021-02-16 12:26:42.732352", + "spec_repo_commit": "153fb41" }, "v2": { "apigentools_version": "1.4.1.dev2", - "regenerated": "2021-02-15 14:47:46.409268", - "spec_repo_commit": "b8bbf4c" + "regenerated": "2021-02-16 12:26:56.219844", + "spec_repo_commit": "153fb41" } } } \ No newline at end of file diff --git a/data/v1/openapi.yaml b/data/v1/openapi.yaml index c2327323916c..d473c48c077c 100644 --- a/data/v1/openapi.yaml +++ b/data/v1/openapi.yaml @@ -6257,6 +6257,8 @@ components: - property - recordEvery - recordSome + - tlsVersion + - minTlsVersion type: string x-enum-varnames: - BODY @@ -6267,6 +6269,8 @@ components: - PROPERTY - RECORD_EVERY - RECORD_SOME + - TLS_VERSION + - MIN_TLS_VERSION SyntheticsBasicAuth: description: Object to handle basic authentication when performing the test. properties: diff --git a/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb b/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb index 5e7b1f5ae43b..a42bc5016269 100644 --- a/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +++ b/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb @@ -26,6 +26,8 @@ class SyntheticsAssertionType PROPERTY = "property".freeze RECORD_EVERY = "recordEvery".freeze RECORD_SOME = "recordSome".freeze + TLS_VERSION = "tlsVersion".freeze + MIN_TLS_VERSION = "minTlsVersion".freeze # Builds the enum from string # @param [String] The enum value in the form of the string