Skip to content

Commit b3a5c4e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update documentation for Synthetics config variables (#1319)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 68fd92e commit b3a5c4e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-02-06 19:26:32.509103",
8-
"spec_repo_commit": "61fed166"
7+
"regenerated": "2023-02-06 21:06:32.889234",
8+
"spec_repo_commit": "17eb9903"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-02-06 19:26:32.521492",
13-
"spec_repo_commit": "61fed166"
12+
"regenerated": "2023-02-06 21:06:32.900452",
13+
"spec_repo_commit": "17eb9903"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12677,7 +12677,7 @@ components:
1267712677
type: string
1267812678
secure:
1267912679
description: Whether the value of this variable will be obfuscated in test
12680-
results.
12680+
results. Only for config variables of type `text`.
1268112681
example: false
1268212682
type: boolean
1268312683
type:

src/datadog_api_client/v1/model/synthetics_config_variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(
6565
:param pattern: Pattern of the variable.
6666
:type pattern: str, optional
6767
68-
:param secure: Whether the value of this variable will be obfuscated in test results.
68+
:param secure: Whether the value of this variable will be obfuscated in test results. Only for config variables of type ``text``.
6969
:type secure: bool, optional
7070
7171
:param type: Type of the configuration variable.

0 commit comments

Comments
 (0)