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": "2022-08-30 12:29:18.404263",
"spec_repo_commit": "47f45603"
"regenerated": "2022-08-30 13:34:35.194053",
"spec_repo_commit": "1d2b67d9"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-08-30 12:29:18.419749",
"spec_repo_commit": "47f45603"
"regenerated": "2022-08-30 13:34:35.209616",
"spec_repo_commit": "1d2b67d9"
}
}
}
8 changes: 7 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11898,25 +11898,31 @@ components:
the value.
example: content-type
type: string
localVariableName:
description: When type is `local_variable`, name of the local variable to
use to extract the value.
example: LOCAL_VARIABLE
type: string
parser:
$ref: '#/components/schemas/SyntheticsVariableParser'
type:
$ref: '#/components/schemas/SyntheticsGlobalVariableParseTestOptionsType'
required:
- type
- parser
type: object
SyntheticsGlobalVariableParseTestOptionsType:
description: Property of the Synthetics Test Response to use for a Synthetics
global variable.
enum:
- http_body
- http_header
- local_variable
example: http_body
type: string
x-enum-varnames:
- HTTP_BODY
- HTTP_HEADER
- LOCAL_VARIABLE
SyntheticsGlobalVariableParserType:
description: Type of parser for a Synthetics global variable from a synthetics
test.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-08-18T09:19:30.220Z
2022-08-30T12:58:36.103Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-08-18T09:19:36.544Z
2022-08-30T12:58:42.391Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2022-08-30T12:58:48.527Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-08-18T09:19:44.397Z
2022-08-30T12:58:55.910Z
Loading