Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "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"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down