From c77b3ffc84a24bc5b3488e18edc594dc679ec020 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 6 Feb 2023 21:06:56 +0000 Subject: [PATCH] Regenerate client from commit 17eb9903 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 2 +- .../v1/models/synthetics_config_variable.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 1467a1e70514..46db7b838e3f 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.4", - "regenerated": "2023-02-06 19:26:26.761640", - "spec_repo_commit": "61fed166" + "regenerated": "2023-02-06 21:06:36.110633", + "spec_repo_commit": "17eb9903" }, "v2": { "apigentools_version": "1.6.4", - "regenerated": "2023-02-06 19:26:26.773480", - "spec_repo_commit": "61fed166" + "regenerated": "2023-02-06 21:06:36.123393", + "spec_repo_commit": "17eb9903" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4e153d23c9a3..0f7e4ea10c81 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -12677,7 +12677,7 @@ components: type: string secure: description: Whether the value of this variable will be obfuscated in test - results. + results. Only for config variables of type `text`. example: false type: boolean type: diff --git a/lib/datadog_api_client/v1/models/synthetics_config_variable.rb b/lib/datadog_api_client/v1/models/synthetics_config_variable.rb index aee18af6eab2..881d117e8cc6 100644 --- a/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +++ b/lib/datadog_api_client/v1/models/synthetics_config_variable.rb @@ -37,7 +37,7 @@ class SyntheticsConfigVariable # Pattern of the variable. attr_accessor :pattern - # Whether the value of this variable will be obfuscated in test results. + # Whether the value of this variable will be obfuscated in test results. Only for config variables of type `text`. attr_accessor :secure # Type of the configuration variable.